Skip to content

Commit 15d401c

Browse files
committed
ci: enable asan runs
1 parent 0830f7d commit 15d401c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spread.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
set -euo pipefail
3131
3232
if ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}; then
33-
TASKS='"lxd:ubuntu-22.04:spread/build/ubuntu:asan"
34-
"lxd:ubuntu-22.04:spread/build/ubuntu:tsan"
35-
"lxd:ubuntu-22.04:spread/build/ubuntu:asan_clang"
33+
TASKS='"lxd:ubuntu-22.04:spread/build/ubuntu:tsan"
3634
"lxd:ubuntu-22.04:spread/build/ubuntu:tsan_clang"'
3735
fi
3836
@@ -49,6 +47,8 @@ jobs:
4947
"lxd:fedora-rawhide:spread/build/fedora:amd64"
5048
"lxd:ubuntu-22.04:spread/build/sbuild:ubuntu_devel"
5149
"lxd:ubuntu-22.04:spread/build/sbuild:ubuntu_proposed"
50+
"lxd:ubuntu-22.04:spread/build/ubuntu:asan"
51+
"lxd:ubuntu-22.04:spread/build/ubuntu:asan_clang"
5252
"lxd:ubuntu-22.04:spread/build/ubuntu:ubsan"
5353
"lxd:ubuntu-22.04:spread/build/ubuntu:ubsan_clang"'
5454

0 commit comments

Comments
 (0)