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

Commit 9f1b8f1

Browse files
committed
Skip set_test_m4 in sanitizer tests.
Skip another test to keep leak sanitizer from crashing.
1 parent 3a33e32 commit 9f1b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
THREADS: "${{ matrix.sanitizer == 'leak' && '--test-threads=1' || '' }}"
220220
with:
221221
command: test
222-
args: --workspace ${{ env.ALMOST_ALL_FEATURES }} --target ${{ matrix.target }} -Z build-std -- --skip 'proptest' --skip 'persistent' ${{ env.THREADS }}
222+
args: --workspace ${{ env.ALMOST_ALL_FEATURES }} --target ${{ matrix.target }} -Z build-std -- --skip 'proptest' --skip 'persistent' --skip 'set_test_mt4' ${{ env.THREADS }}
223223
clippy:
224224
name: Clippy
225225
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)