Skip to content

Commit 4a50f91

Browse files
committed
Test CLI install
1 parent 72adac4 commit 4a50f91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
with:
3131
build-args: "--wfail -v"
3232
test: true
33+
- run: mkdir -p ~/.local/bin
3334
- name: Test Ix CLI
34-
run: lake test -v -- cli
35+
run: lake test -- cli
3536
- name: Check lean.h.hash
3637
run: lake run check-lean-h-hash
3738

0 commit comments

Comments
 (0)