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 1ab5f42 commit 30ac715Copy full SHA for 30ac715
.github/workflows/ci.yml
@@ -12,8 +12,13 @@ env:
12
RUSTFLAGS: -Dwarnings
13
14
jobs:
15
+ pre_ci:
16
+ uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
17
+
18
test:
19
name: Rust ${{matrix.rust}}
20
+ needs: pre_ci
21
+ if: needs.pre_ci.outputs.continue
22
runs-on: ubuntu-latest
23
strategy:
24
fail-fast: false
@@ -29,6 +34,8 @@ jobs:
29
34
30
35
msrv:
31
36
name: Rust 1.31.0
37
38
32
39
33
40
timeout-minutes: 45
41
steps:
@@ -48,6 +55,8 @@ jobs:
48
55
49
56
miri:
50
57
name: Miri
58
59
51
60
52
61
53
62
0 commit comments