Skip to content

Commit aaa725e

Browse files
committed
CI fix
1 parent 8d5b3ef commit aaa725e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Start containers
1717
run: docker compose up -d
1818
- name: Run smoketests
19-
run: test/run-smoke-tests.sh --github --parallel -x bitcraftmini-pretest
19+
run: test/run-smoke-tests.sh --parallel -x bitcraftmini-pretest
2020
- name: Stop containers
2121
if: always()
2222
run: docker compose down

0 commit comments

Comments
 (0)