Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed May 28, 2024
1 parent c881825 commit 4686f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
# cargo binstall cargo-nextest -y --force
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Build node
run: cargo test ${{ env.CARGO_FLAGS }} --no-run
- name: Build contracts
working-directory: kamu-contracts
working-directory: tests/contracts
run: |
npm ci
forge build
- name: Build node
run: cargo test ${{ env.CARGO_FLAGS }} --no-run
- name: Run tests
run: cargo test ${{ env.CARGO_FLAGS }} -- --test-threads=1
- name: Check git diff
Expand Down

0 comments on commit 4686f95

Please sign in to comment.