Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Mar 10, 2024
1 parent 1a929d9 commit 47cc356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: test
on: push
jobs:
am-test:
name: am-test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: RUST_TEST_THREADS=1 cargo test --test riscv-tests
11 changes: 0 additions & 11 deletions src/cpu/csr.rs

This file was deleted.

0 comments on commit 47cc356

Please sign in to comment.