3 lines
101 B
Bash
Executable file
3 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
CARGO_MANIFEST_DIR=$(pwd) cargo clean && cargo build && mdbook test -L target/debug/deps/
|