We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29a08f commit 8fe9c63Copy full SHA for 8fe9c63
1 file changed
.github/workflows/main.yml
@@ -40,16 +40,11 @@ jobs:
40
- run: sudo make -j4 package
41
shell: bash
42
name: Build
43
+ - run: make check
44
+ name: Run the testsuite
45
+ if: matrix.os == 'ubuntu-latest'
46
- uses: actions/upload-artifact@v1
47
with:
48
# Upload the dist folder. Give it a name according to the OS it was built for.
49
name: ${{ format( 'dist-{0}.tgz', matrix.os) }}
50
path: dist
- check:
- name: Check
- runs-on: ubuntu-latest
51
- steps:
52
- - uses: actions/checkout@v1
53
- with:
54
- submodules: true
55
- - run: make check
0 commit comments