Skip to content

Commit 2de2235

Browse files
committed
Merge another test workflow
1 parent 971c3fd commit 2de2235

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

github/workflows/test.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,17 @@ on:
55
name: cargo test
66
jobs:
77
test:
8-
runs-on: ${{ matrix.os }}
9-
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
8+
runs-on: ubuntu-latest
9+
name: ubuntu / ${{ matrix.toolchain }}
1010
strategy:
11-
fail-fast: false
1211
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest]
14-
toolchain: [stable]
15-
include:
16-
- os: ubuntu-latest
17-
toolchain: beta
18-
- os: ubuntu-latest
19-
toolchain: nightly
12+
toolchain: [stable, beta, nightly]
2013
steps:
2114
- uses: actions-rs/toolchain@v1
2215
with:
2316
profile: minimal
2417
toolchain: ${{ matrix.toolchain }}
25-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
2619
with:
2720
submodules: true
2821
- name: cargo test

0 commit comments

Comments
 (0)