Skip to content

Commit 776c361

Browse files
committed
ci(semifold): add debug flag
1 parent be61992 commit 776c361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semifold-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Semifold
2525
run: cargo install semifold
2626
- name: Semifold CI
27-
run: semifold ci
27+
run: semifold ci --debug
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.crate_token }}

0 commit comments

Comments
 (0)