Skip to content

Commit

Permalink
riscv-test should not add to ci now
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Mar 10, 2024
1 parent 42c1404 commit b6c0046
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
uses: actions/checkout@master
- name: test
run: RUST_TEST_THREADS=1 cargo test --test am-tests
riscv-test:
name: riscv-test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: RUST_TEST_THREADS=1 cargo test --test riscv-tests
# riscv-test:
# name: riscv-test
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@master
# - name: test
# run: RUST_TEST_THREADS=1 cargo test --test riscv-tests

0 comments on commit b6c0046

Please sign in to comment.