Skip to content

Commit

Permalink
[ci] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 10, 2024
1 parent 7bccf63 commit 9509274
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Dependencies
run: |
apt-get update -qq
apt-get install -y git curl wget verilator
apt-get install -y git curl wget verilator build-essential
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -23,18 +23,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: test
- name: am-test
run: cargo test --test am-tests
# riscv-test-rv64ui:
# name: riscv-test-rv64ui
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64ui
- name: riscv-tests-rv64ui
run: cargo test --test riscv-tests-rv64ui
# riscv-test-rv64mi:
# name: riscv-test-rv64mi
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9509274

Please sign in to comment.