test on risc-v because why not

This commit is contained in:
Lynne Megido 2021-07-21 21:17:10 +10:00
parent 2f1151805f
commit 44a0351884
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -5,7 +5,7 @@ import subprocess
import sys
def test_archs():
archs = ["aarch64", "powerpc"]
archs = ["aarch64", "powerpc", "riscv64gc"]
upto = 1
target = len(archs)