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 411030a commit ee4388bCopy full SHA for ee4388b
.github/workflows/ci.yml
@@ -1,17 +1,28 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - 'master'
7
+ pull_request:
8
9
10
+
11
+env:
12
+ # GHA enables the sparse registry by default; make sure that also works for older nightlies.
13
+ CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
14
15
jobs:
16
test:
17
name: Test Suite
18
strategy:
19
+ fail-fast: false
20
matrix:
21
rust:
22
- nightly
23
+ - nightly-2023-01-01
24
- nightly-2022-07-01
25
- nightly-2022-01-01
- - nightly-2021-07-01
26
os:
27
- ubuntu-latest
28
- macos-latest
0 commit comments