File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed
Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,17 @@ name: Rust Linux
22
33on :
44 push :
5- pull_request :
65
76env :
87 CARGO_TERM_COLOR : always
98
109jobs :
1110 build :
12-
1311 runs-on : ubuntu-latest
1412
1513 steps :
16- - uses : actions/checkout@v3
17- - name : Build
18- run : cargo build --verbose
19- - name : Run tests
20- run : cargo test --verbose
14+ - uses : actions/checkout@v3
15+ - name : Build
16+ run : cargo build --verbose
17+ - name : Run tests
18+ run : cargo test --verbose
Original file line number Diff line number Diff line change @@ -2,19 +2,17 @@ name: Rust Windows
22
33on :
44 push :
5- pull_request :
65
76env :
87 CARGO_TERM_COLOR : always
98
109jobs :
1110 build :
12-
1311 runs-on : windows-latest
1412
1513 steps :
16- - uses : actions/checkout@v3
17- - name : Build
18- run : cargo build --verbose
19- - name : Run tests
20- run : cargo test --verbose
14+ - uses : actions/checkout@v3
15+ - name : Build
16+ run : cargo build --verbose
17+ - name : Run tests
18+ run : cargo test --verbose
Original file line number Diff line number Diff line change 3030 github_token : ${{ secrets.GITHUB_TOKEN }}
3131 publish_branch : rustdoc
3232 publish_dir : ./target/doc
33+ keep_files : true
You can’t perform that action at this time.
0 commit comments