Skip to content

Commit a41fa22

Browse files
committed
Run build/test with updated packages
1 parent 8de7c1f commit a41fa22

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
- uses: actions/[email protected]
9090
- uses: dtolnay/rust-toolchain@stable
9191
with:
92-
toolchain: nightly
92+
toolchain: stable
9393
- name: Update packages
94-
run: cargo update
94+
run: cargo update
95+
- name: Build and test
96+
run: cargo test --all-features -- --nocapture
97+
env:
98+
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
99+
RUST_LOG: debug

0 commit comments

Comments
 (0)