Skip to content

Commit e44d3e0

Browse files
committed
github: workflows: Test also x86 and x86-64
1 parent a5b9e48 commit e44d3e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
pytest --compiler-arch=mipsbe
3737
pytest --compiler-arch=mipsle
3838
pytest --compiler-arch=armle
39+
pytest --compiler-arch=x86
40+
pytest --compiler-arch=x86_64

0 commit comments

Comments
 (0)