Skip to content

Commit 3b28011

Browse files
committed
github workflow
1 parent fe94eb0 commit 3b28011

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: ./.github/actions/prepare
1515
- uses: ./.github/actions/build
1616
- name: make check
17-
run: make check
17+
run: |
18+
make check
19+
./test/run
20+
cat ./test-suite.log
1821
1922
integration:
2023
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)