Skip to content

Commit

Permalink
run other jobs for testing after standard-usage job is succes
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jan 27, 2023
1 parent f5d75b9 commit e21c8bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: ./

llvm-usage:
needs: check-build
needs: standard-usage
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
gcov-executable: ${{ matrix.os == 'macos' && 'xcrun ' || '' }}llvm-cov gcov

exclusion-usage:
needs: check-build
needs: standard-usage
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fail-under-line: 100

coveralls-usage:
needs: check-build
needs: standard-usage
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e21c8bf

Please sign in to comment.