Skip to content

Commit f3032ec

Browse files
committed
Run sanitizer tests with docker in order to avoid problems with ubuntu package versions.
1 parent a41209c commit f3032ec

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: ./tools/metacall-sanitizer.sh sanitizer
25+
run: ./docker-compose.sh 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: ./tools/metacall-sanitizer.sh thread-sanitizer
25+
run: ./docker-compose.sh thread-sanitizer

0 commit comments

Comments
 (0)