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 c5ce725 commit 0d23ebcCopy full SHA for 0d23ebc
.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
@@ -35,6 +40,8 @@ jobs:
35
40
36
41
msrv:
37
42
name: Rust 1.31.0
43
44
38
45
39
46
timeout-minutes: 45
47
steps:
@@ -58,6 +65,8 @@ jobs:
58
65
59
66
miri:
60
67
name: Miri
68
69
61
70
62
71
63
72
0 commit comments