Skip to content

Commit

Permalink
Build before run test in CI (temporary solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Dec 23, 2024
1 parent 3740263 commit 9dac3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
run: cargo install --path=cli
- name: install wasm-pack
run: cargo install wasm-pack
- name: Build
run: cargo chipmunk build wrapper -u immediate
- name: Execute tests
timeout-minutes: 30
env:
Expand Down

0 comments on commit 9dac3ad

Please sign in to comment.