Skip to content

Commit

Permalink
Fix CI attempt 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jgur-psyops committed Sep 24, 2024
1 parent 1c1d22d commit 88b3f5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,17 @@ jobs:
- uses: ./.github/actions/setup-common/
- uses: ./.github/actions/setup-anchor-cli/

# - uses: ./.github/actions/build-workspace/
- uses: ./.github/actions/build-workspace/

- name: Install Node.js dependencies
run: yarn install

- name: Build marginfi program
run: anchor build -p marginfi -- --no-default-features

- name: Build liquidity incentive program
run: anchor build -p liquidity_incentive_program -- --no-default-features

- name: Build mocks program
run: anchor build -p mocks

Expand Down

0 comments on commit 88b3f5c

Please sign in to comment.