Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Try sanitizer with persistent tests skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Oct 13, 2022
1 parent b3db368 commit 72a8c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
with:
command: test
# leak sanitizer is crashing on exchange tests.
args: ${{ env.ALMOST_ALL_FEATURES }} --target ${{ matrix.target }} -Z build-std -- --skip 'exchange' --skip 'proptest'
args: ${{ env.ALMOST_ALL_FEATURES }} --target ${{ matrix.target }} -Z build-std -- --skip 'exchange' --skip 'proptest' --skip 'persistent'

clippy:
name: Clippy
Expand Down

0 comments on commit 72a8c71

Please sign in to comment.