Skip to content

Commit 3a67aaf

Browse files
committed
Updates
1 parent 1ee011c commit 3a67aaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ jobs:
196196
shell: bash
197197

198198
- name: Find Environments
199+
if: matrix.run_cli == 'yes'
200+
run: cargo run --release --target ${{ matrix.target }} -- find -l
201+
shell: bash
202+
203+
- name: Find Environments (verbose)
199204
if: matrix.run_cli == 'yes'
200205
run: cargo run --release --target ${{ matrix.target }} -- find -v -l
201206
shell: bash

0 commit comments

Comments
 (0)