Skip to content

Commit

Permalink
Update .github/workflows/build-and-run-node-test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
cooldracula and HCastano authored Aug 8, 2024
1 parent f62dcc4 commit 0b8597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd nodejs-test
yarn
cd ../../..
- name: Run cargo test
- name: Run `cargo build && cargo test`
timeout-minutes: 45
run: |
pushd node
Expand Down

0 comments on commit 0b8597f

Please sign in to comment.