Skip to content

Commit 8fe9c63

Browse files
committed
[CI] Run make check after running the build.
1 parent d29a08f commit 8fe9c63

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,11 @@ jobs:
4040
- run: sudo make -j4 package
4141
shell: bash
4242
name: Build
43+
- run: make check
44+
name: Run the testsuite
45+
if: matrix.os == 'ubuntu-latest'
4346
- uses: actions/upload-artifact@v1
4447
with:
4548
# Upload the dist folder. Give it a name according to the OS it was built for.
4649
name: ${{ format( 'dist-{0}.tgz', matrix.os) }}
4750
path: dist
48-
check:
49-
name: Check
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v1
53-
with:
54-
submodules: true
55-
- run: make check

0 commit comments

Comments
 (0)