Skip to content

Commit 7c32d80

Browse files
Merge pull request #36 from francescotimperi/main
re-activate itest in check GH action
2 parents fcc5c11 + 7ff1d2b commit 7c32d80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- name: Unit Test
7777
run: task utest
7878
continue-on-error: false
79-
#- name: Integration Test
80-
# run: task itest
81-
# continue-on-error: false
79+
- name: Integration Test
80+
run: task itest
81+
continue-on-error: false

0 commit comments

Comments
 (0)