Skip to content

Commit

Permalink
ci: add svm-rs and install solc@0.8.17 in job test (axiom-crypt…
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 authored Nov 14, 2022
1 parent 5c31088 commit ba167b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
cache-on-failure: true

- name: Install solc
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.17 && solc --version

- name: Run test
run: cargo test --all --all-features -- --nocapture

Expand Down

0 comments on commit ba167b7

Please sign in to comment.