Skip to content

Commit

Permalink
Update test_targets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru authored Oct 30, 2023
1 parent ea62c2c commit 3848017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
override: true
targets: ${{ matrix.target }}

- name: Check targets
run: rustup target list | grep installed

- name: Test ${{ matrix.target }} exists
run: |
( test $(rustup target list | grep -c installed) -eq 2 ) || ( echo "Targets ${{ matrix.target }} not installed properly installed" && exit 1 )
Expand Down

0 comments on commit 3848017

Please sign in to comment.