Skip to content

Commit

Permalink
fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Nov 15, 2023
1 parent b9e28fa commit a3bba83
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 489 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: stable
components: rustfmt, clippy
target: wasm32-unknown-unknown
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Run Tests
Expand Down
Loading

0 comments on commit a3bba83

Please sign in to comment.