Skip to content

Commit

Permalink
Reenable test of AVH error code in github action
Browse files Browse the repository at this point in the history
To test if matrix cases can continue to work when one is failing.
  • Loading branch information
christophe0606 committed Jun 21, 2024
1 parent ef7fb86 commit f591a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cd Testing/cmsis_build
echo "Running tests"
python runall.py -g ${{ matrix.compiler }} -avh $AVH_FVP_PLUGINS/../bin
python runall.py -s -g ${{ matrix.compiler }} -avh $AVH_FVP_PLUGINS/../bin
- name: Upload test report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f591a25

Please sign in to comment.