Skip to content

Commit

Permalink
test: Fix the cargo package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 3, 2024
1 parent e5a492e commit 8be3b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-reliability-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./target/release/beerus &

- name: run integration test on MAINNET
run: cargo test --package --features integration-tests
run: cargo test --package beerus-rpc --features integration-tests

- name: stop RPC
run: kill $(lsof -t -i:3030)

0 comments on commit 8be3b0b

Please sign in to comment.