mirror of
https://github.com/danbulant/cushy
synced 2026-06-21 07:32:08 +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:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: ["stable", "1.70.0"]
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue