Skip to content

Commit fd26250

Browse files
committed
fix CI
1 parent 6b98606 commit fd26250

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,3 @@ jobs:
2828
- uses: Swatinem/rust-cache@v1
2929
- name: Run tests
3030
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

Comments
 (0)