File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- 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
16
42
- name : Build
17
43
run : cargo build --verbose
18
44
- name : Run tests
You can’t perform that action at this time.
0 commit comments