Skip to content

Commit

Permalink
TSAN CI changes (#555)
Browse files Browse the repository at this point in the history
* Drop TSAN debug build

* Require TSAN to pass
  • Loading branch information
mjp41 authored Sep 8, 2022
1 parent a118c9b commit 2ee522c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
sanitizer:
strategy:
matrix:
# Build each combination of OS and release/debug variants
# Build just release variant as Debug is too slow.
os: [ "ubuntu-latest"]
build-type: [ Release, Debug ]
build-type: [ Release ]
include:
- os: "ubuntu-latest"
continue-on-error: # Don't class as an error if this fails, until we have a more reliablity.
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
fi
all-checks:
needs: [unixlike, qemu-crossbuild, windows, format]
needs: [unixlike, qemu-crossbuild, windows, format, sanitizer]
runs-on: ubuntu-latest
steps:
- name: Dummy step
Expand Down

0 comments on commit 2ee522c

Please sign in to comment.