Skip to content

Commit d291813

Browse files
authored
Update ci.yml
1 parent 3800418 commit d291813

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

Diff for: .github/workflows/ci.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
1-
name: Continuous integration
2-
1+
name: CI
32
on: [push]
43

54
jobs:
65
build:
76
runs-on: ${{ matrix.os }}
87
strategy:
98
matrix:
10-
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
rust: [stable, nightly]
12-
include:
13-
- os: macOS-latest
14-
rust: 'stable'
15-
components: 'rustfmt, clippy'
16-
targets: 'x86_64-apple-darwin'
17-
- os: windows-latest
18-
rust: 'stable'
19-
components: 'rustfmt, clippy'
20-
targets: 'x86_64-pc-windows-msvc'
21-
- os: ubuntu-latest
22-
rust: 'stable'
23-
components: 'rustfmt, clippy'
24-
targets: 'x86_64-unknown-linux-musl'
9+
os: [ubuntu-latest, windows-latest]
10+
rust: [stable]
2511

2612
steps:
2713
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)