Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 10, 2024
1 parent 23c6151 commit 7d5672a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
type: [debug]
sanitizer: [null]
include:
# Do one release build on stable, just to check that it works.
- os: ubuntu-latest
toolchain: stable
type: release

# Add sanitizer builds.
- os: ubuntu-latest
toolchain: nightly
type: debug
Expand All @@ -77,6 +78,7 @@ jobs:
toolchain: nightly
type: debug
sanitizer: thread
# macOS doesn't support the leak checker yet.
# - os: macos-latest
# toolchain: nightly
# type: debug
Expand Down Expand Up @@ -145,7 +147,7 @@ jobs:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.sanitizer == null && matrix.type == 'debug' && matrix.toolchain == 'stable'
if: matrix.type == 'debug' && matrix.toolchain == 'stable'

- name: Run tests with sanitizers
if: matrix.sanitizer != null
Expand Down

0 comments on commit 7d5672a

Please sign in to comment.