File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -158,17 +158,17 @@ jobs:
158
158
echo "sccache not in devshell; skipping wrapper."
159
159
fi
160
160
161
+ - name : Formatting
162
+ run : nix develop -c bash -c "cargo fmt --check"
163
+
161
164
- name : Build
162
- run : nix develop -c bash -c "cargo build --locked --profile= release"
165
+ run : nix develop -c bash -c "cargo build --locked --release"
163
166
164
167
- name : Test
165
- run : nix develop -c bash -c "cargo test --locked --profile= release --features=runtime-benchmarks "
168
+ run : nix develop -c bash -c "cargo test --locked --release --all-features "
166
169
167
170
- name : Lint
168
- run : nix develop -c bash -c "RUSTFLAGS=-Dwarnings cargo clippy --all-targets --all-features"
169
-
170
- - name : Formatting
171
- run : nix develop -c bash -c "cargo fmt --check"
171
+ run : nix develop -c bash -c "RUSTFLAGS=-Dwarnings cargo clippy --locked --release --all-features"
172
172
173
173
- name : sccache stats
174
174
if : always()
@@ -899,17 +899,17 @@ jobs:
899
899
echo "sccache not in devshell; skipping wrapper."
900
900
fi
901
901
902
+ - name : Formatting
903
+ run : nix develop -c bash -c "cargo fmt --check"
904
+
902
905
- name : Build
903
- run : nix develop -c bash -c "cargo build --locked --profile= release"
906
+ run : nix develop -c bash -c "cargo build --locked --release"
904
907
905
908
- name : Test
906
- run : nix develop -c bash -c "cargo test --locked --profile= release --features=runtime-benchmarks "
909
+ run : nix develop -c bash -c "cargo test --locked --release --all-features "
907
910
908
911
- name : Lint
909
- run : nix develop -c bash -c "RUSTFLAGS=-Dwarnings cargo clippy --all-targets --all-features"
910
-
911
- - name : Formatting
912
- run : nix develop -c bash -c "cargo fmt --check"
912
+ run : nix develop -c bash -c "RUSTFLAGS=-Dwarnings cargo clippy --locked --release --all-features"
913
913
914
914
- name : sccache stats
915
915
if : always()
You can’t perform that action at this time.
0 commit comments