We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8d208 commit 528fb6eCopy full SHA for 528fb6e
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-24.04 # latest
96
strategy:
97
matrix:
98
- sanitizers: [",thread", ",address,undefined"]
+ sanitizers: ["thread", "address,undefined"]
99
steps:
100
- uses: aws-actions/configure-aws-credentials@v4
101
with:
0 commit comments