Skip to content

Commit 6d77a90

Browse files
author
jiegec
committed
Add more nightly for testing
1 parent 5bff8b6 commit 6d77a90

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/rust.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Use nightly-2020-02-01
17+
run: rustup default nightly-2020-02-01
18+
- name: Build
19+
run: cargo build --verbose
20+
- name: Run tests
21+
run: cargo test --verbose
22+
- name: Use nightly-2020-02-02
23+
run: rustup default nightly-2020-02-02
24+
- name: Build
25+
run: cargo build --verbose
26+
- name: Run tests
27+
run: cargo test --verbose
28+
- name: Use nightly-2020-02-03
29+
run: rustup default nightly-2020-02-03
30+
- name: Build
31+
run: cargo build --verbose
32+
- name: Run tests
33+
run: cargo test --verbose
34+
- name: Use nightly-2020-03-01
35+
run: rustup default nightly-2020-03-01
36+
- name: Build
37+
run: cargo build --verbose
38+
- name: Run tests
39+
run: cargo test --verbose
40+
- name: Use nightly-2020-03-02
41+
run: rustup default nightly-2020-03-02
1642
- name: Build
1743
run: cargo build --verbose
1844
- name: Run tests

0 commit comments

Comments
 (0)