diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-03-24 11:00:40 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-03-24 11:00:40 +0100 |
| commit | 8ae9b95daa4db47fdf630559b1b698fd635e5c49 (patch) | |
| tree | 0ddfb1b8372bbaec9740018bfd2e2d861df2a2cd | |
| parent | e4c2f269ef6fb6c39001f7fb0f963c713ea8dc5b (diff) | |
| parent | 4d4a3e7e92274b63c14dc864f49bab128c778507 (diff) | |
| download | mullvadvpn-8ae9b95daa4db47fdf630559b1b698fd635e5c49.tar.xz mullvadvpn-8ae9b95daa4db47fdf630559b1b698fd635e5c49.zip | |
Merge branch 'mark-nightly-as-fallible-in-ci'
| -rw-r--r-- | .github/workflows/daemon.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 01a9427f8c..b9dd0553a4 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -38,6 +38,7 @@ jobs: matrix: rust: [stable, beta, nightly] + continue-on-error: ${{ matrix.rust == 'nightly' }} runs-on: ubuntu-latest steps: - name: Checkout repository |
