From 7bccf63cf84574cafa311367a0c97f9701c7df31 Mon Sep 17 00:00:00 2001 From: Clo91eaf Date: Fri, 10 May 2024 15:32:46 +0800 Subject: [PATCH] [ci] fix ci --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dd3f2d..2e323ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: with: submodules: true - name: test - run: cargo test --test ${{ inputs.test-name }} + run: cargo test --test am-tests # riscv-test-rv64ui: # name: riscv-test-rv64ui # runs-on: ubuntu-latest