An unofficial collection of APIs used in FreeJam games and mods
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

7 linhas
279B

  1. #!/bin/bash
  2. RUST_BACKTRACE=1 cargo test --all-features -- --nocapture
  3. # RUST_BACKTRACE=1 cargo test --release --all-features -- --nocapture
  4. # RUST_BACKTRACE=1 cargo test --features techblox -- --nocapture
  5. # RUST_BACKTRACE=1 cargo test --features robocraft -- --nocapture
  6. exit $?