File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 46
46
run : |
47
47
sudo apt-get install -y clang-14 libelf-dev zlib1g-dev
48
48
sudo rm -f /bin/clang && sudo ln -s /usr/bin/clang-14 /bin/clang
49
+ - uses : Swatinem/rust-cache@v2.2.0
49
50
- name : Build
50
51
run : cargo build --verbose --workspace --exclude runqslower
51
52
- name : Run tests
76
77
toolchain : 1.58.0
77
78
components : rustfmt
78
79
default : true
80
+ - uses : Swatinem/rust-cache@v2.2.0
79
81
- name : Build
80
82
run : cargo build --verbose --workspace --exclude runqslower
81
83
91
93
profile : minimal
92
94
toolchain : stable
93
95
override : true
96
+ - uses : Swatinem/rust-cache@v2.2.0
94
97
- run : RUSTFLAGS="$RUSTFLAGS -L /usr/lib/x86_64-linux-gnu" cargo build --package capable --features=static
95
98
clippy :
96
99
name : Lint with clippy
@@ -105,6 +108,7 @@ jobs:
105
108
toolchain : stable
106
109
components : clippy
107
110
override : true
111
+ - uses : Swatinem/rust-cache@v2.2.0
108
112
- run : cargo clippy --no-deps --all-targets --tests -- -D warnings
109
113
rustfmt :
110
114
name : Check code formatting
You can’t perform that action at this time.
0 commit comments