diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ffa502f..511438cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,3 +133,13 @@ jobs: run: | echo "::endgroup::" # flatten 'run container' ./configure && make && make test -k + + test-riscv64-linux-native: + runs-on: ubuntu-24.04-riscv + timeout-minutes: 8 + steps: + - uses: actions/checkout@v4 + - name: make & test tcc (riscv64-linux native) + run: | + uname -m # riscv64 + ./configure && make && make test -k