Makefile.toml 67 B

1234567
  1. [tasks.test]
  2. command = "cargo"
  3. args = [
  4. "test",
  5. "--no-run",
  6. ]