Skip to content

Commit

Permalink
Remove --repeat until-pass:5 workaround for ASan tests.
Browse files Browse the repository at this point in the history
Since [actions/runner-images#9491] is closed, we can now remove our workaround
for the ASAn tests.

[actions/runner-images#9491]: actions/runner-images#9491

Signed-off-by: thb-sb <[email protected]>
  • Loading branch information
thb-sb committed Apr 2, 2024
1 parent 37769c9 commit bfe530c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ jobs:
run: |
ctest --test-dir build \
--output-on-failure \
--extra-verbose \
--repeat until-pass:5
--extra-verbose
linux_aarch64:
name: "aarch64 cross-compilation"
Expand Down

0 comments on commit bfe530c

Please sign in to comment.