We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87aa8c2 + ee3e1e7 commit f294214Copy full SHA for f294214
justfile
@@ -0,0 +1,8 @@
1
+check:
2
+ cargo check --all-targets
3
+
4
+ui-tests:
5
+ RUSTFLAGS="--cfg UI_TESTS" cargo test
6
7
+bless-ui-tests:
8
+ TRYBUILD=overwrite MACROTEST=overwrite RUSTFLAGS="--cfg UI_TESTS" cargo test
to-kernel.sh
@@ -69,6 +69,7 @@ git am \
69
--exclude="rust/pin-init/flake.lock" \
70
--exclude="rust/pin-init/Cargo.toml" \
71
--exclude="rust/pin-init/Cargo.lock" \
72
+ --exclude="rust/pin-init/justfile" \
73
--exclude="rust/pin-init/build.rs" \
74
--exclude="rust/pin-init/.clippy.toml" \
75
--exclude="rust/pin-init/.github/*" \
0 commit comments