We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd8165 commit 1297bf7Copy full SHA for 1297bf7
.github/workflows/build.yaml
@@ -114,6 +114,9 @@ jobs:
114
115
# Slow anchor tests
116
- run: solana-keygen new --no-bip39-passphrase # needed for tests
117
+ - name: Run priority-fee-distribution test
118
+ working-directory: ./mev-programs
119
+ run: RUSTUP_TOOLCHAIN=nightly-2025-04-16 anchor test --run tests/priority-fee-distribution.ts
120
- name: Run Anchor test
121
working-directory: ./mev-programs
122
run: RUSTUP_TOOLCHAIN=nightly-2025-04-16 anchor test
0 commit comments