Skip to content

Commit

Permalink
Add build step to check-pr CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka authored Dec 6, 2024
1 parent dcc4e41 commit 814d167
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
run: 'cargo clippy --all-targets -- -D warnings'

- name: 'Tests'
run: 'cargo test'
run: 'cargo test'

- name: 'Add WASM target'
run: 'rustup target add wasm32-unknown-unknown'

- name: 'Build WASM'
run: 'cargo build --target wasm32-unknown-unknown'

0 comments on commit 814d167

Please sign in to comment.