There was an error while loading. Please reload this page.
1 parent a9183f9 commit 7bb3413Copy full SHA for 7bb3413
1 file changed
.github/workflows/ci.yml
@@ -96,8 +96,8 @@ jobs:
96
make debug SUB_PROJECT=muon CONFIG=MuonBackendTestConfig
97
make debug CONFIG=RadianceTapeoutSimConfig
98
99
- run SoC isa-tests:
100
- name: run
+ run-soc-isa-tests:
+ name: run-soc
101
runs-on: as4
102
needs: build
103
steps:
@@ -109,8 +109,8 @@ jobs:
109
cd generators/radiance
110
python3 test/run_isa_tests.py -j "$(nproc)"
111
112
- run co-sim isa-tests:
113
+ run-cosim-isa-tests:
+ name: run-cosim
114
115
116
@@ -124,7 +124,7 @@ jobs:
124
125
clean:
126
127
- needs: run
+ needs: [run-soc, run-cosim]
128
if: always()
129
130
- name: Cleanup workspace and chipyard
0 commit comments