Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Oct 3, 2024
1 parent f595f09 commit ad3c797
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 @@ -42,6 +42,10 @@ jobs:
run: |
cd riscv
cargo build --example riscv --verbose
- name: Build MIPS
run: |
cd mips-lib
cargo build
rustfmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ad3c797

Please sign in to comment.