summarylogtreecommitdiffstats
path: root/reproducible-build.patch
blob: 1ec6caeec3ea4db43cced5b67c4201fdd4e9e2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Makefile b/Makefile
index 475c85b..2800d44 100644
--- a/Makefile
+++ b/Makefile
@@ -37,13 +37,13 @@ build:
 	cargo build
 
 release:
-	cargo build --release
+	cargo build --release --locked
 
 lint:
 	cargo clippy -- -D warnings
 
 test:
-	cargo test
+	cargo test --release --locked
 
 clean:
 	cargo clean