Skip to content

Commit 1297bf7

Browse files
committed
run that test
1 parent 5dd8165 commit 1297bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114

115115
# Slow anchor tests
116116
- 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
117120
- name: Run Anchor test
118121
working-directory: ./mev-programs
119122
run: RUSTUP_TOOLCHAIN=nightly-2025-04-16 anchor test

0 commit comments

Comments
 (0)