File tree Expand file tree Collapse file tree 8 files changed +4
-28
lines changed Expand file tree Collapse file tree 8 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 11on :
22 pull_request :
33 paths :
4- - .github/workflows/ci-aptos-contract.yml
54 - target_chains/aptos/contracts/**
65 push :
76 branches :
3029
3130 - name : Check Formatting
3231 run : ./aptos move fmt
33- if : success() || failure()
3432
3533 - name : Lint
3634 run : ./aptos move lint --check-test-code --dev
37- if : success() || failure()
3835
3936 - name : Run tests
4037 run : ./aptos move test
41- if : success() || failure()
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Test CosmWasm Contract
33on :
44 pull_request :
55 paths :
6- - .github/workflows/ci-cosmwasm-contract.yml
76 - target_chains/cosmwasm/**
87 - wormhole_attester/sdk/rust/**
98 push :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Check Fortuna
33on :
44 pull_request :
55 paths :
6- - .github/workflows/ci-fortuna.yml
76 - apps/fortuna/**
87 push :
98 branches : [main]
2524 override : true
2625 - name : Format check
2726 run : cargo fmt --all -- --check
28- if : success() || failure()
2927 - name : Clippy check
3028 run : cargo clippy --tests -- --deny warnings
31- if : success() || failure()
3229 - name : Run tests
3330 run : cargo test
34- if : success() || failure()
Original file line number Diff line number Diff line change 3232 run : forc test --verbose
3333 - name : Rust add wasm32-unknown-unknown target
3434 run : rustup target add wasm32-unknown-unknown
35+ - name : Format check
36+ run : cargo fmt --all -- --check
37+ - name : Clippy check
38+ run : cargo clippy --tests -- --deny warnings
3539 - name : Build
3640 run : cargo build --verbose
3741 - name : Run tests
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Check Hermes Server
33on :
44 pull_request :
55 paths :
6- - .github/workflows/ci-hermes-server.yml
76 - apps/hermes/server/**
87 push :
98 branches : [main]
3029 repo-token : ${{ secrets.GITHUB_TOKEN }}
3130 - name : Format check
3231 run : cargo fmt --all -- --check
33- if : success() || failure()
3432 - name : Clippy check
3533 run : cargo clippy --tests -- --deny warnings
36- if : success() || failure()
3734 - name : Run executor tests
3835 run : cargo test
39- if : success() || failure()
Original file line number Diff line number Diff line change 55 - main
66 pull_request :
77 paths :
8- - .github/workflows/ci-lazer-rust.yml
98 - lazer/**
109
1110jobs :
3938 run : find . -name Cargo.toml -exec taplo fmt --check --diff {} \;
4039 - name : Format check
4140 run : cargo fmt --all -- --check
42- if : success() || failure()
4341 - name : Clippy check
4442 run : cargo clippy --all-targets -- --deny warnings
45- if : success() || failure()
4643 - name : Build Solana programs
4744 run : cargo build-sbf
48- if : success() || failure()
4945 - name : test
5046 run : cargo test
51- if : success() || failure()
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Check Remote Executor
33on :
44 pull_request :
55 paths :
6- - .github/workflows/ci-remote-executor.yml
76 - governance/remote_executor/**
87 push :
98 branches : [main]
3130 echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3231 - name : Format check
3332 run : cargo fmt --all -- --check
34- if : success() || failure()
3533 - name : Clippy check
3634 run : cargo clippy --tests -- --deny warnings
37- if : success() || failure()
3835 - name : Run executor tests
3936 run : cargo test-sbf
40- if : success() || failure()
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Test Solana Contract
33on :
44 pull_request :
55 paths :
6- - .github/workflows/ci-solana-contract.yml
76 - target_chains/solana/**
87 - pythnet/pythnet_sdk/**
98 push :
@@ -35,16 +34,11 @@ jobs:
3534 echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3635 - name : Format check
3736 run : cargo fmt --all -- --check
38- if : success() || failure()
3937 - name : Clippy check
4038 run : cargo clippy --tests -- --deny warnings
41- if : success() || failure()
4239 - name : Build
4340 run : cargo-build-sbf
44- if : success() || failure()
4541 - name : Run tests
4642 run : cargo-test-sbf
47- if : success() || failure()
4843 - name : Run sdk tests
4944 run : cargo test --package pyth-solana-receiver-sdk
50- if : success() || failure()
You can’t perform that action at this time.
0 commit comments