explicit matrix because gitea runner isn't happy
This commit is contained in:
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
@@ -32,7 +32,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
test: ${{ fromJson(needs.enumerate-tests.outputs.matrix) }}
|
||||
# test: ${{ fromJson(needs.enumerate-tests.outputs.matrix) }}
|
||||
test:
|
||||
- test_basic
|
||||
max-parallel: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -50,13 +52,12 @@ jobs:
|
||||
echo "done" \
|
||||
"
|
||||
|
||||
# - name: Run Simulation
|
||||
# uses: docker://andrsmllr/iverilog:latest
|
||||
# with:
|
||||
# entrypoint: bash
|
||||
# args: |
|
||||
# -c "\
|
||||
# cd tests/test_basic && \
|
||||
# iverilog -g2012 -o test.out tb.sv ../../src/*.v -Y .sv -I ../../lib && \
|
||||
# ./test.out | tee test.log
|
||||
# "
|
||||
- name: Run Simulation
|
||||
uses: docker://andrsmllr/iverilog:latest
|
||||
with:
|
||||
entrypoint: bash
|
||||
args: |
|
||||
-c "\
|
||||
# iverilog -g2012 -o test.out tb.sv ../../src/*.v -Y .sv -I ../../lib && \
|
||||
./test.out | tee test.log
|
||||
"
|
||||
|
Reference in New Issue
Block a user