Skip to content

Commit ee4388b

Browse files
committed
tweak CI config
1 parent 411030a commit ee4388b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
pull_request:
8+
branches:
9+
- 'master'
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'
414

515
jobs:
616
test:
717
name: Test Suite
818
strategy:
19+
fail-fast: false
920
matrix:
1021
rust:
1122
- nightly
23+
- nightly-2023-01-01
1224
- nightly-2022-07-01
1325
- nightly-2022-01-01
14-
- nightly-2021-07-01
1526
os:
1627
- ubuntu-latest
1728
- macos-latest

0 commit comments

Comments
 (0)