-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seeing as we don't support compound filters for events, we don't need to go to the trouble of using CTEs just yet.
- Loading branch information
Showing
4 changed files
with
33 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,10 +92,10 @@ jobs: | |
- name: Install Foundry Dependencies | ||
working-directory: bridge/evm | ||
run: | | ||
forge install https://github.com/OpenZeppelin/[email protected] https://github.com/foundry-rs/[email protected] https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades --no-git --no-commit | ||
forge soldeer update | ||
- name: cargo test | ||
run: | | ||
cargo nextest run --no-capture --profile ci -E 'package(sui-bridge)' | ||
cargo nextest run --profile ci -E 'package(sui-bridge)' | ||
# Ensure there are no uncommitted changes in the repo after running tests | ||
- run: scripts/changed-files.sh | ||
shell: bash | ||
|
@@ -114,7 +114,7 @@ jobs: | |
- name: Install Foundry Dependencies | ||
working-directory: bridge/evm | ||
run: | | ||
forge install https://github.com/OpenZeppelin/[email protected] https://github.com/foundry-rs/[email protected] https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades --no-git --no-commit | ||
forge soldeer update | ||
- name: Check Bridge EVM Unit Tests | ||
shell: bash | ||
working-directory: bridge/evm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters