Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 15, 2024
1 parent 45f6249 commit 92c73e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
docker buildx build --load -t dqlite --build-arg=DQLITE_REF=${{ github.ref }} contrib
- name: Run tests
run: |
docker run dqlite make check
docker run dqlite contrib/run-tests
3 changes: 3 additions & 0 deletions contrib/run-tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

make -j$(nproc) check || (cat test-suite.log && false)

0 comments on commit 92c73e8

Please sign in to comment.