test on risc-v because why not
This commit is contained in:
parent
2f1151805f
commit
44a0351884
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -5,7 +5,7 @@ import subprocess
|
|||
import sys
|
||||
|
||||
def test_archs():
|
||||
archs = ["aarch64", "powerpc"]
|
||||
archs = ["aarch64", "powerpc", "riscv64gc"]
|
||||
upto = 1
|
||||
target = len(archs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue