Skip to content

Commit

Permalink
build the bins
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Sep 17, 2024
1 parent ff449ce commit 88a9eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-demo-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Build
run: cargo nextest run --locked --release --workspace --all-features --no-run
run: |
cargo build --locked --release
cargo nextest run --locked --release --workspace --all-features --no-run
timeout-minutes: 90

- name: Test Demo
Expand Down

0 comments on commit 88a9eea

Please sign in to comment.