Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Oct 30, 2023
1 parent ac00148 commit 3a93e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
targets: ${{ matrix.target }}

- name: Test ${{ matrix.target }} exists
# We check for 3 as we expect the target for the current runners + 2
# from the target
# We check for 3 as we expect the target for the current runner + 2
# from the target from the matrix
run: |
( test $(rustup target list | grep -c installed) -eq 3 ) || ( echo "Targets ${{ matrix.target }} not installed properly installed" && exit 1 )
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Test ${{ matrix.target }} exists
# We check for 3 as we expect the target for the current runners + 2
# from the target
# We check for 3 as we expect the target for the current runner + 2
# from the target from the matrix
run: |
( test $(rustup target list | grep -c installed) -eq 3 ) || ( echo "Targets ${{ matrix.target }} not installed properly installed" && exit 1 )

0 comments on commit 3a93e12

Please sign in to comment.