Skip to content

Commit

Permalink
ci: add cargo test to cargo-checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Jan 15, 2024
1 parent 864ef4f commit c94e816
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,14 @@ jobs:
- name: Setup - rust target for wasm
run: rustup target add wasm32-unknown-unknown

# - name: Build with wasm-pack
# run: wasm-pack build

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

- name: Setup - install clippy
run: rustup component add clippy

- name: Rust - Lint
run: cargo clippy --target wasm32-unknown-unknown -- -D warnings
run: cargo clippy -- -D warnings

- name: Rust - Format
run: cargo fmt --check
Expand Down

0 comments on commit c94e816

Please sign in to comment.