We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb47bf commit 111a5bcCopy full SHA for 111a5bc
.github/workflows/main.yml
@@ -1,36 +1,5 @@
1
name: RISC-V Simulator CI
2
3
-on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
8
-
9
-jobs:
10
- build-and-run-tests:
11
- runs-on: ubuntu-latest
12
13
- container:
14
- image: docker.io/harsonlau/riscv-tools:latest
15
16
- steps:
17
- - uses: actions/checkout@v3
18
19
- - name: Run All Tests
20
- run: |
21
- set -e
22
- for test_file in test/src/*.c; do
23
- test_name=$(basename "$test_file" .c)
24
25
- echo "---"
26
- echo "🚀 Running test: $test_name"
27
28
29
- make T="$test_name" 2>&1 | tee /dev/stderr | grep -q "HIT GOOD TRAP"
30
- done
31
32
-name: RISC-V Simulator CI
33
34
on:
35
push:
36
branches: [ main ]
0 commit comments