Skip to content

Commit

Permalink
Fix ci test (#9)
Browse files Browse the repository at this point in the history
* Fix test

* Also just use anchor build
  • Loading branch information
nothing0012 authored Jun 3, 2024
1 parent ab57d6d commit 9c05113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
node-version: '20.9.0'
features: 'anchor-test'
- run: cargo fmt -- --check && cargo clippy
- run: anchor build -- --features anchor-test && npm run test -- run
- run: anchor build && npm ci && npm run test -- run

0 comments on commit 9c05113

Please sign in to comment.