We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe5a3 commit 66573b4Copy full SHA for 66573b4
.github/workflows/ci.yaml
@@ -11,35 +11,6 @@ env:
11
RUSTFLAGS: -Dwarnings
12
13
jobs:
14
- build_and_test:
15
- name: Build and test
16
- runs-on: ${{ matrix.os }}
17
- strategy:
18
- matrix:
19
- os: [ubuntu-latest, windows-latest, macOS-latest]
20
- rust: [stable]
21
-
22
- steps:
23
- - uses: actions/checkout@master
24
25
- - name: Install ${{ matrix.rust }}
26
- uses: actions-rs/toolchain@v1
27
- with:
28
- toolchain: ${{ matrix.rust }}
29
- override: true
30
31
- - name: check
32
- uses: actions-rs/cargo@v1
33
34
- command: check
35
- args: --all --bins --examples
36
37
- - name: tests
38
39
40
- command: test
41
- args: --all
42
43
check_fmt_and_docs:
44
name: Checking fmt and docs
45
runs-on: ubuntu-latest
0 commit comments