We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3800418 commit d291813Copy full SHA for d291813
.github/workflows/ci.yml
@@ -1,27 +1,13 @@
1
-name: Continuous integration
2
-
+name: CI
3
on: [push]
4
5
jobs:
6
build:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
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
19
20
- targets: 'x86_64-pc-windows-msvc'
21
- - os: ubuntu-latest
22
23
24
- targets: 'x86_64-unknown-linux-musl'
+ os: [ubuntu-latest, windows-latest]
+ rust: [stable]
25
26
steps:
27
- uses: actions/checkout@v1
0 commit comments