Skip to content

Commit

Permalink
add rust test and code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Jul 26, 2024
1 parent 22de751 commit 819f160
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ jobs:
run: yarn install

- name: JS E2E Tests
run: anchor test
run: anchor test

- name: Install llvm-cov
run: cargo install cargo-llvm-cov

- name: Rust Tests
run: cargo llvm-cov

0 comments on commit 819f160

Please sign in to comment.