diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e323ef..696e2e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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