Skip to content

Commit

Permalink
exclude bridge indexer test from rust.yml and add test to bridge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkuo committed Oct 17, 2024
1 parent 9988c30 commit 42f6973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
swap-size-gb: 256
- name: cargo test
run: |
cargo nextest run --profile ci -E 'not(package(sui-bridge) | package(sui-bridge-indexer))'
cargo nextest run --profile ci -E '!package(sui-bridge) and !package(sui-bridge-indexer)'
# Ensure there are no uncommitted changes in the repo after running tests
- run: scripts/changed-files.sh
shell: bash
Expand Down

0 comments on commit 42f6973

Please sign in to comment.