Skip to content

Commit

Permalink
List everything
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 21, 2024
1 parent bd674f0 commit a8e24fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Find Environments
if: matrix.run_cli == 'yes'
run: cargo run --release --target ${{ matrix.target }} -- find -v
run: cargo run --release --target ${{ matrix.target }} -- find -v -l
shell: bash

- name: Run Tests
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
shell: bash

- name: Find Environments
run: cargo run --release --target ${{ matrix.target }} -- find -v
run: cargo run --release --target ${{ matrix.target }} -- find -v -l
shell: bash

- name: Run Tests
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
shell: bash

- name: Find Environments
run: cargo run --release --target ${{ matrix.target }} -- find -v
run: cargo run --release --target ${{ matrix.target }} -- find -v -l
shell: bash

- name: Run Tests
Expand Down

0 comments on commit a8e24fe

Please sign in to comment.