There was an error while loading. Please reload this page.
1 parent 93f0d98 commit fc51b11Copy full SHA for fc51b11
1 file changed
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
make debug CONFIG=RadianceTapeoutSimConfig
124
125
run-unit-tests:
126
- name: Run unit-tests
+ name: Run Unit-tests
127
runs-on: as4
128
needs: build
129
steps:
@@ -132,7 +132,12 @@ jobs:
132
cd "${CHIPYARD_DIR}"
133
source env.sh
134
source /ecad/tools/vlsi.bashrc
135
- sbt "project radiance; testOnly radiance.muon.*"
+ sbt "project radiance; \
136
+ testOnly radiance.muon.ALUPipeTest; \
137
+ testOnly radiance.muon.FPPipeTest; \
138
+ testOnly radiance.muon.MulDivPipeTest; \
139
+ testOnly radiance.muon.SequencerTest; \
140
+ testOnly radiance.muon.ScoreboardTest"
141
142
run-soc-isa-tests:
143
name: Run SoC ISA tests
0 commit comments