Skip to content

Commit 1d90cec

Browse files
committed
More reduction
1 parent f4ab586 commit 1d90cec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/rust.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ env:
1111

1212
jobs:
1313
default_features:
14-
strategy:
15-
matrix:
16-
rust: ["stable", "beta", "nightly"]
17-
os: [windows-latest, ubuntu-latest]
18-
19-
runs-on: ${{ matrix.os }}
14+
runs-on: ubuntu-latest
2015

2116
steps:
2217
- uses: actions/checkout@v2
@@ -25,7 +20,7 @@ jobs:
2520
uses: actions-rs/toolchain@v1
2621
with:
2722
profile: minimal
28-
toolchain: ${{ matrix.rust }}
23+
toolchain: stable
2924
override: true
3025

3126
- name: Run tests

0 commit comments

Comments
 (0)