We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa3c4e commit 9ce09aeCopy full SHA for 9ce09ae
.github/workflows/ci.yml
@@ -65,3 +65,18 @@ jobs:
65
uses: ilammy/setup-nasm@13cbeb366c45c4379d3478cdcbadd8295feb5028 # v1.5.1
66
- name: Build
67
run: nmake -f Makefile.nmake
68
+
69
+ run_tests_linux-riscv64-v:
70
+ needs: check_format
71
+ runs-on: run_tests_linux-riscv64-v
72
+ steps:
73
+ - uses: actions/[email protected]
74
+ - name: Build
75
+ run: |
76
+ ./autogen.sh
77
+ ./configure
78
+ bash -c 'make -j $(nproc)'
79
+ - name: Run tests
80
+ run: bash tools/test_checks.sh
81
+ - name: Run extended tests
82
+ run: bash tools/test_extended.sh
0 commit comments