Skip to content

Commit

Permalink
add RISC-V to build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Sep 11, 2024
1 parent c7cc820 commit fdca277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
args: --no-default-features --features gui-egui
- name: Run tests
run: cargo test --workspace --no-default-features --features components --verbose
- name: Build RISC-V
run: |
cd riscv
cargo build --example riscv --verbose
rustfmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fdca277

Please sign in to comment.