Skip to content

Commit

Permalink
fup
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-almasi committed Dec 8, 2024
1 parent acd441c commit e32611e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
- name: Build
run: ${{ matrix.platform.command }} build --target ${{ matrix.platform.target }}
continue-on-error: ${{ matrix.rust != 'stable' }}

- name: Test
run: ${{ matrix.platform.command }} test --target ${{ matrix.platform.target }}
continue-on-error: ${{ matrix.rust != 'stable' }}

- name: Issue warnings for Beta or Nightly fails
if: failure() && matrix.rust != 'stable'
Expand Down

0 comments on commit e32611e

Please sign in to comment.