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.
1 parent 6b98606 commit fd26250Copy full SHA for fd26250
.github/workflows/test.yml
@@ -28,15 +28,3 @@ jobs:
28
- uses: Swatinem/rust-cache@v1
29
- name: Run tests
30
run: cargo test
31
- test-no-std:
32
- name: Run tests (unstable-thread-local)
33
- runs-on: ubuntu-24.04
34
- steps:
35
- - uses: actions/checkout@v4
36
- - name: Install nightly Rust toolchain
37
- uses: dtolnay/rust-toolchain@nightly
38
- with:
39
- toolchain: nightly-2024-11-11
40
- - uses: Swatinem/rust-cache@v1
41
- - name: Run tests
42
- run: cargo test --features unstable-thread-local
0 commit comments