Skip to content

Commit 34c86fd

Browse files
committed
worklows: run integration tests
Signed-off-by: Loïc Minier <[email protected]>
1 parent 1a80860 commit 34c86fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Run make
17+
- name: Build all platforms and run integration tests
1818
run: |
19-
make
19+
make all integration
2020
2121
- name: Run cargo
2222
run: |

0 commit comments

Comments
 (0)