diff options
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c81dd97e..2605bc6ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -12,6 +12,7 @@ jobs: | |||
12 | name: Rust | 12 | name: Rust |
13 | runs-on: ${{ matrix.os }} | 13 | runs-on: ${{ matrix.os }} |
14 | strategy: | 14 | strategy: |
15 | fail-fast: false | ||
15 | matrix: | 16 | matrix: |
16 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |
17 | env: | 18 | env: |