Skip to content

Commit 1b96d0f

Browse files
committed
Solve typo from previous commit.
1 parent f3032ec commit 1b96d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Install, build and run sanitizer tests
25-
run: ./docker-compose.sh sanitizer
25+
run: ./docker-compose.sh test-sanitizer

.github/workflows/thread-sanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Install, build and run thread sanitizer tests
25-
run: ./docker-compose.sh thread-sanitizer
25+
run: ./docker-compose.sh test-thread-sanitizer

0 commit comments

Comments
 (0)