Skip to content

Commit

Permalink
Temporarily ignore Linux nightly CI failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jun 21, 2022
1 parent dfea521 commit ef2538f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:

runs-on: ${{ matrix.platform.distro }}

continue-on-error: ${{ matrix.platform.name == 'Linux'
&& matrix.platform.toolchain == 'nightly'
&& matrix.test.name == 'Debug' }}

steps:
- name: Checkout Sources
uses: actions/checkout@v2
Expand Down

0 comments on commit ef2538f

Please sign in to comment.