Makefile 87 B

12345
  1. all:
  2. cargo build --release --all-features
  3. test:
  4. cargo test --release --all-features