Skip to content

Commit

Permalink
ci: add CLI build step to forester tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Dec 22, 2024
1 parent 8ccf18d commit e993343
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/forester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
- name: Setup and build
uses: ./.github/actions/setup-and-build

- name: Build CLI
run: |
source ./scripts/devenv.sh
npx nx build @lightprotocol/zk-compression-cli
- name: Run forester tests
run: |
source ./scripts/devenv.sh
cd forester
RUSTFLAGS="--cfg tokio_unstable -D warnings" cargo test --package forester -- --test-threads=1 --nocapture
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

RUSTFLAGS="--cfg tokio_unstable -D warnings" cargo test --package forester -- --test-threads=1 --nocapture

0 comments on commit e993343

Please sign in to comment.