Skip to content

Commit

Permalink
Ignore Nightly Failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 28, 2024
1 parent eaf3048 commit a060882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
key: "${{ github.event.repository.name }}-${{ matrix.config.mode }}-build-${{ matrix.swift-image.name }}-${{ runner.os }}-${{ hashFiles('./Package.resolved') }}"

- name: Run tests
continue-on-error: ${{ matrix.swift-image.continue-on-error }}
run: swift test --parallel --enable-code-coverage -c ${{ matrix.config.mode }}

- name: Submit code coverage
Expand Down

0 comments on commit a060882

Please sign in to comment.