Skip to content

Commit

Permalink
chore(ci): add test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Oct 29, 2024
1 parent a6ae89e commit eb58d25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,20 @@ jobs:
cargo install cargo-audit --locked
cargo audit --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2022-0093
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- uses: metadaoproject/setup-anchor@v2
with:
solana-cli-version: "1.18.18"
anchor-version: "0.30.1"

- name: create keypair
run: solana-keygen new --no-bip39-passphrase

- name: run test
run: anchor test

0 comments on commit eb58d25

Please sign in to comment.