File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Publish'
2
+ env :
3
+ RUSTUP_TOOLCHAIN : stable
2
4
on :
3
5
schedule :
4
6
# every day at 3am
Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
RUST_BACKTRACE : full
10
+ RUSTUP_TOOLCHAIN : stable
10
11
11
12
concurrency :
12
13
group : ${{ github.workflow }}-${{ github.ref }}
@@ -169,7 +170,9 @@ jobs:
169
170
env:
170
171
GITBUTLER_TESTS_NO_CLEANUP: '1'
171
172
name: cargo test
172
- - run : cargo clippy --workspace --all-targets -- -D warnings
173
+ - run : |
174
+ rustup component add clippy
175
+ cargo clippy --workspace --all-targets -- -D warnings
173
176
name: cargo clippy
174
177
- run : |
175
178
set -e
Original file line number Diff line number Diff line change 1
1
name : E2E Blackbox Tests
2
+ env :
3
+ RUSTUP_TOOLCHAIN : stable
2
4
on :
3
5
pull_request :
4
6
branches : [master]
You can’t perform that action at this time.
0 commit comments