Skip to content

Commit

Permalink
cd: disable test job, as there are currently no test
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Nov 16, 2023
1 parent f4ef97a commit 182c38e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
- name: Build with wasm-pack
run: wasm-pack build

- name: Test with wasm-pack
run: wasm-pack test --headless --firefox
# - name: Test with wasm-pack
# run: wasm-pack test --headless --firefox

- name: Lint and Format
run: |
rustup component add clippy
cargo clippy --target wasm32-unknown-unknown
cargo clippy --target wasm32-unknown-unknown -- -D warnings
cargo fmt --check

0 comments on commit 182c38e

Please sign in to comment.