Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v6

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

- name: Install Cargo Binary Install
uses: cargo-bins/cargo-binstall@main
Expand All @@ -79,9 +77,8 @@ jobs:
with:
version: 'latest'

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

- name: Upload visual snapshot diffs
uses: actions/upload-artifact@v5
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading