Skip to content

Commit

Permalink
solana-ibc: add Anchor tests to CI (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 authored Dec 11, 2023
1 parent e437023 commit a176c1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: cargo miri test -- -Z unstable-options --report-time --skip ::anchor

anchor-build:
name: Anchor Build
name: Anchor Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -97,12 +97,12 @@ jobs:
avm install $ANCHOR_VERSION
avm use $ANCHOR_VERSION
- name: Anchor Build
run: anchor build

- name: Anchor Build (with mocks)
run: anchor build -- --features=mocks

- name: Anchor Test
run: anchor test --skip-build

tests:
name: Rust tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit a176c1f

Please sign in to comment.