12
12
branches :
13
13
- " **"
14
14
15
- jobs :
15
+ jobs :
16
16
test :
17
17
name : CI Test Suite
18
18
runs-on : buildjet-32vcpu-ubuntu-2204
@@ -31,22 +31,22 @@ jobs:
31
31
~/.cargo/git/db/
32
32
target/
33
33
~/.rustup/
34
- key : test-rust-nightly-2023-08-24 -${{ hashFiles('**/Cargo.toml') }}
35
- restore-keys : rust-nightly-2023-08-24 -
34
+ key : test-rust-nightly-2024-01-25 -${{ hashFiles('**/Cargo.toml') }}
35
+ restore-keys : rust-nightly-2024-01-25 -
36
36
37
37
- name : Install nightly toolchain
38
38
id : rustc-toolchain
39
39
uses : actions-rs/toolchain@v1
40
40
with :
41
41
profile : minimal
42
- toolchain : nightly-2023-08-24
42
+ toolchain : nightly-2024-01-25
43
43
override : true
44
44
45
45
- name : Run cargo test
46
46
uses : actions-rs/cargo@v1
47
47
with :
48
48
command : test
49
- args : --release --features "ci"
49
+ args : --release --features "ci"
50
50
env :
51
51
RUST_LOG : 1
52
52
RUST_BACKTRACE : 1
58
58
steps :
59
59
- name : Checkout sources
60
60
uses : actions/checkout@v2
61
-
61
+
62
62
- name : rust-cache
63
63
uses : buildjet/cache@v3
64
64
with :
@@ -69,15 +69,15 @@ jobs:
69
69
~/.cargo/git/db/
70
70
target/
71
71
~/.rustup/
72
- key : clippy-rust-nightly-2023-08-24 -${{ hashFiles('**/Cargo.toml') }}
73
- restore-keys : rust-nightly-2023-08-24 -
72
+ key : clippy-rust-nightly-2024-01-25 -${{ hashFiles('**/Cargo.toml') }}
73
+ restore-keys : rust-nightly-2024-01-25 -
74
74
75
75
- name : Install nightly toolchain
76
76
id : rustc-toolchain
77
77
uses : actions-rs/toolchain@v1
78
78
with :
79
79
profile : minimal
80
- toolchain : nightly-2023-08-24
80
+ toolchain : nightly-2024-01-25
81
81
override : true
82
82
components : rustfmt, clippy
83
83
95
95
command : clippy
96
96
args : --all-features --all-targets -- -D warnings -A incomplete-features
97
97
env :
98
- CARGO_INCREMENTAL : 1
98
+ CARGO_INCREMENTAL : 1
0 commit comments