Skip to content

Commit

Permalink
Save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario committed Feb 27, 2024
1 parent 9fbf3e7 commit f577101
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,18 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Run Tests
run: |
./tools/spike/bin/spike -v || ./tools/bin/verilator -v
set -x
export RISCV=$(pwd)/tools/riscv-toolchain/
source verif/sim/setup-env.sh
DV_SIMULATORS=${{matrix.target}} bash ${{matrix.testcase}}
- name: Upload Lint Report to Github
uses: actions/upload-artifact@v3
with:
name: ${{matrix.target}}-${{matrix.testcase}}
path: verif/sim/out*
retention-days: 10

0 comments on commit f577101

Please sign in to comment.