Skip to content

Commit

Permalink
ci: enable asan runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Aug 30, 2023
1 parent 07500bb commit 56e21e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
set -euo pipefail
if ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}; then
TASKS='"lxd:ubuntu-22.04:spread/build/ubuntu:asan"
"lxd:ubuntu-22.04:spread/build/ubuntu:tsan"
"lxd:ubuntu-22.04:spread/build/ubuntu:asan_clang"
TASKS='"lxd:ubuntu-22.04:spread/build/ubuntu:tsan"
"lxd:ubuntu-22.04:spread/build/ubuntu:tsan_clang"'
fi
Expand All @@ -49,6 +47,8 @@ jobs:
"lxd:fedora-rawhide:spread/build/fedora:amd64"
"lxd:ubuntu-22.04:spread/build/sbuild:ubuntu_devel"
"lxd:ubuntu-22.04:spread/build/sbuild:ubuntu_proposed"
"lxd:ubuntu-22.04:spread/build/ubuntu:asan"
"lxd:ubuntu-22.04:spread/build/ubuntu:asan_clang"
"lxd:ubuntu-22.04:spread/build/ubuntu:ubsan"
"lxd:ubuntu-22.04:spread/build/ubuntu:ubsan_clang"'
Expand Down

0 comments on commit 56e21e5

Please sign in to comment.