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 3d682aa commit 6050c94Copy full SHA for 6050c94
.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
@@ -34,6 +39,8 @@ jobs:
34
39
35
40
msrv:
36
41
name: Rust 1.39.0
42
43
37
44
38
45
timeout-minutes: 45
46
steps:
@@ -53,6 +60,8 @@ jobs:
53
60
54
61
miri:
55
62
name: Miri
63
64
56
65
57
66
58
67
0 commit comments