Skip to content

Commit 34204d1

Browse files
committed
Added ASAN CI check
1 parent 26844e4 commit 34204d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "***** MEMCHECK $test *****"; \
6666
.build/target/${{env.ARTIFACT}}/${{env.ARTIFACT}}-test utest --verbose --jobs 1 --nofork --debug $test; \
6767
done
68-
arch_linux_debug:
68+
arch_linux_valgrind:
6969
runs-on: ubuntu-latest
7070
container:
7171
image: archlinux:latest

0 commit comments

Comments
 (0)