Skip to content

Commit 9e831dc

Browse files
authored
CI: Re-enable downstream jobs (#4495)
#### Problem The downstream SPL jobs were disabled due to a new error caught by Rust 1.84. All of the program repos have been updated to mark their public test modules as `pub(crate)`: * record: solana-program/record#18 * libraries: solana-program/libraries#22 * token-2022: solana-program/token-2022#80 #### Summary of changes Re-enable the tests! Also, run the downstream jobs when rust-toolchain.toml is modified.
1 parent 583beac commit 9e831dc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/downstream-project-spl.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- v[0-9]+.[0-9]+
1212
paths:
1313
- "**.rs"
14+
- "rust-toolchain.toml"
1415
- "Cargo.toml"
1516
- "Cargo.lock"
1617
- "cargo-build-sbf"
@@ -37,8 +38,7 @@ env:
3738

3839
jobs:
3940
check:
40-
#if: github.repository == 'anza-xyz/agave'
41-
if: false
41+
if: github.repository == 'anza-xyz/agave'
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
@@ -75,8 +75,7 @@ jobs:
7575
cargo check
7676
7777
test_cli:
78-
#if: github.repository == 'anza-xyz/agave'
79-
if: false
78+
if: github.repository == 'anza-xyz/agave'
8079
runs-on: ubuntu-latest
8180
strategy:
8281
matrix:
@@ -105,8 +104,7 @@ jobs:
105104
cargo test --manifest-path clients/cli/Cargo.toml
106105
107106
cargo-test-sbf:
108-
#if: github.repository == 'anza-xyz/agave'
109-
if: false
107+
if: github.repository == 'anza-xyz/agave'
110108
runs-on: ubuntu-latest
111109
strategy:
112110
matrix:

0 commit comments

Comments
 (0)