Skip to content

Commit

Permalink
Update mps2-an386.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer authored Aug 6, 2024
1 parent f2b698a commit 149209d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mps2-an386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
with:
release: 13.2.Rel1
- name: Build All (mps2-an386)
run: make PLATFORM=mps2-an386 -j2
run: make PLATFORM=mps2-an386 -j2
- name: Run tests (mps2-an386)
run: ./test.py -p mps2-an386
- name: Run testvectors (mps2-an386)
run: ./testvectors.py -p mps2-an386

0 comments on commit 149209d

Please sign in to comment.