Explorar o código

Makefile: Test tx binary along with crate test on make test.

parazyd %!s(int64=4) %!d(string=hai) anos
pai
achega
ec8711cd38
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -24,6 +24,8 @@ $(BINS): $(BINDEPS)
 
 test:
 	$(CARGO) test --release --all-features
+	$(CARGO) build --release --all-features --bin tx
+	./target/release/tx
 
 fix:
 	$(CARGO) clippy --release --all-features --fix --allow-dirty