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 111a5bc commit 944efc0Copy full SHA for 944efc0
.github/workflows/main.yml
@@ -18,12 +18,6 @@ jobs:
18
- name: Build Simulator
19
run: make -C sim
20
21
- - name: Upload Simulator Artifact
22
- uses: actions/upload-artifact@v3
23
- with:
24
- name: simulator-build
25
- path: sim/build
26
-
27
run-all-tests:
28
needs: build-simulator
29
runs-on: ubuntu-latest
@@ -48,12 +42,6 @@ jobs:
48
42
49
43
steps:
50
44
- uses: actions/checkout@v3
51
52
- - name: Download Simulator Artifact
53
- uses: actions/download-artifact@v3
54
55
56
57
45
58
46
- name: Run Test (${{ matrix.test_name }})
59
47
run: make T=${{ matrix.test_name }} 2>&1 | tee /dev/stderr | grep -q "HIT GOOD TRAP"
0 commit comments