mirror of
https://github.com/danbulant/cushy
synced 2026-07-08 04:30:34 +00:00
Switching text matrix to continue jobs
This commit is contained in:
parent
cdef6bcbc3
commit
5a56833cd0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -5,6 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: ["stable", "1.70.0"]
|
version: ["stable", "1.70.0"]
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue