5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
RUSTFLAGS=-Awarnings exec cargo test --offline --profile dev
|
|
|