Skip to content

Commit

Permalink
Merge pull request #258 from firesim/more-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrui-wei authored Dec 5, 2022
2 parents da1f9b9 + 021bd4a commit 8e02b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
needs: [setup-repo]
runs-on: self-hosted
steps:
- name: Run baremetal tests
- name: Run tests (- spike tests)
run: |
cd ${{ env.REMOTE_WORK_DIR }}
eval "$(conda shell.bash hook)"
conda activate $PWD/.conda-env
./scripts/fullTest.py -c baremetal
./scripts/fullTest.py -c baremetal qemu smoke special
- name: Dump log
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 8e02b02

Please sign in to comment.