Fix unit test error

This commit is contained in:
2022-09-25 00:23:32 +00:00
committed by GitHub
parent 9b2f48a373
commit 597310a663
2 changed files with 22 additions and 6 deletions

View File

@@ -4,6 +4,10 @@
"dockerfile": "Dockerfile"
},
"extensions": [
"bungcip.better-toml",
"ms-vscode.cpptools",
"vadimcn.vscode-lldb",
"GitHub.copilot",
"rust-lang.rust-analyzer"
],
"settings": {
@@ -19,6 +23,18 @@
"contents": "write",
"workflows": "write"
}
},
"lifegpc/rust-openssl": {
"permissions": {
"contents": "write",
"workflows": "write"
}
},
"lifegpc/rust-native-tls": {
"permissions": {
"contents": "write",
"workflows": "write"
}
}
}
}