We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test
1 parent 11ab906 commit 56052c5Copy full SHA for 56052c5
.github/workflows/build-linux.yml
@@ -47,8 +47,6 @@ jobs:
47
- name: Test
48
if: ${{ matrix.target != 'wasm32-unknown-unknown' }}
49
run: cargo test --lib -- --test-threads 1
50
- env:
51
- RUSTFLAGS: ""
52
- name: Check C (x86_64)
53
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
54
run: |
.github/workflows/build-windows.yml
@@ -48,8 +48,6 @@ jobs:
if: ${{ matrix.target == 'x86_64-pc-windows-msvc' }}
55
0 commit comments