Skip to content

Commit 9a55236

Browse files
committed
github: workflow: Test both MIPSBE and MIPSLE
1 parent bcf631c commit 9a55236

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
3434
- name: Test with pytest
3535
run: |
36-
pytest
36+
pytest --compiler-arch=mipsbe
37+
pytest --compiler-arch=mipsle

0 commit comments

Comments
 (0)