Skip to content

Commit

Permalink
solana-ibc: add Anchor test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Dec 10, 2023
1 parent 223afb1 commit ec0a6c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 @@ -103,6 +103,9 @@ jobs:
- 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 ec0a6c6

Please sign in to comment.