Skip to content

Commit

Permalink
CI: Re-enable downstream SPL job
Browse files Browse the repository at this point in the history
#### Problem

The downstream SPL job was disabled in #3498 because the moved crates
weren't correctly picked up in the SPL's patch script. The SPL patch
script was fixed in
solana-labs/solana-program-library#7465, but the
jobs are still disabled.

#### Summary of changes

Re-enable the SPL downstream jobs.
  • Loading branch information
joncinque committed Nov 6, 2024
1 parent 03f0b00 commit 15ca36e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ env:

jobs:
check:
# if: github.repository == 'anza-xyz/agave'
if: false
if: github.repository == 'anza-xyz/agave'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -62,7 +61,6 @@ jobs:
cargo check
test:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -125,7 +123,6 @@ jobs:
done
cargo-test-sbf:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 15ca36e

Please sign in to comment.