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 17, 2024
1 parent 45fbc48 commit 13e026b
Showing 1 changed file with 1 addition 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 @@ -17,6 +17,6 @@ jobs:
- name: Run tests
run: |
bins="unit-test integration-test raft-core-fuzzy-test raft-core-integration-test raft-core-unit-test raft-uv-integration-test raft-uv-unit-test"
docker run --name gha dqlite make '-j$(nproc)' $bins LDFLAGS=-all-static
docker run --name gha dqlite make -j$(nproc) $bins LDFLAGS=-all-static
for bin in $bins; do docker cp "gha:/src/dqlite/$bin" $bin
for bin in $bins; do LIBDQLITE_TRACE=1 ./$bin

0 comments on commit 13e026b

Please sign in to comment.