We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3032ec commit 1b96d0fCopy full SHA for 1b96d0f
.github/workflows/sanitizer.yml
@@ -22,4 +22,4 @@ jobs:
22
fetch-depth: 0
23
24
- name: Install, build and run sanitizer tests
25
- run: ./docker-compose.sh sanitizer
+ run: ./docker-compose.sh test-sanitizer
.github/workflows/thread-sanitizer.yml
- name: Install, build and run thread sanitizer tests
- run: ./docker-compose.sh thread-sanitizer
+ run: ./docker-compose.sh test-thread-sanitizer
0 commit comments