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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: ${{ fromJson(needs.enumerate-tests.outputs.matrix) }}
|
# test: ${{ fromJson(needs.enumerate-tests.outputs.matrix) }}
|
||||||
|
test:
|
||||||
|
- test_basic
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -50,13 +52,12 @@ jobs:
|
|||||||
echo "done" \
|
echo "done" \
|
||||||
"
|
"
|
||||||
|
|
||||||
# - name: Run Simulation
|
- name: Run Simulation
|
||||||
# uses: docker://andrsmllr/iverilog:latest
|
uses: docker://andrsmllr/iverilog:latest
|
||||||
# with:
|
with:
|
||||||
# entrypoint: bash
|
entrypoint: bash
|
||||||
# args: |
|
args: |
|
||||||
# -c "\
|
-c "\
|
||||||
# cd tests/test_basic && \
|
# iverilog -g2012 -o test.out tb.sv ../../src/*.v -Y .sv -I ../../lib && \
|
||||||
# iverilog -g2012 -o test.out tb.sv ../../src/*.v -Y .sv -I ../../lib && \
|
./test.out | tee test.log
|
||||||
# ./test.out | tee test.log
|
"
|
||||||
# "
|
|
||||||
|
Reference in New Issue
Block a user