Skip to content

Commit 7087a27

Browse files
ci: use stable Rust toolchain for tests (#236)
1 parent fa3c972 commit 7087a27

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,11 @@ jobs:
5555
- name: Checkout
5656
uses: actions/checkout@v6
5757

58-
# TODO: Investigate why tests fail on stable toolchain.
5958
- name: Set up Rust toolchain
6059
uses: actions-rust-lang/setup-rust-toolchain@v1
6160
with:
6261
components: clippy, rustfmt
6362
target: wasm32-unknown-unknown
64-
toolchain: nightly
6563

6664
- name: Install Cargo Binary Install
6765
uses: cargo-bins/cargo-binstall@main
@@ -79,9 +77,8 @@ jobs:
7977
with:
8078
version: 'latest'
8179

82-
# TODO: See comment above about nightly toolchain.
8380
- name: Test
84-
run: cargo +nightly test --all-features --locked --release
81+
run: cargo test --all-features --locked --release
8582

8683
- name: Upload visual snapshot diffs
8784
uses: actions/upload-artifact@v5

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)