Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Nov 21, 2024
1 parent fd8764f commit 0e7a620
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
run: cargo build
- name: Run cargo test
run: cargo test --all

- name: Build native-simulator test contracts
run: cd tests/test-contracts && rustup target add riscv64imac-unknown-none-elf && make build
- name: Run cargo test (with native-simulator)
run: cargo test --features="native-simulator" --all

0 comments on commit 0e7a620

Please sign in to comment.