We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a67aaf commit ee6ba67Copy full SHA for ee6ba67
1 file changed
.github/workflows/pr-check.yml
@@ -196,11 +196,6 @@ jobs:
196
shell: bash
197
198
- 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)
204
if: matrix.run_cli == 'yes'
205
run: cargo run --release --target ${{ matrix.target }} -- find -v -l
206
0 commit comments