mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
9 lines
83 B
Bash
Executable File
9 lines
83 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -xe
|
|
|
|
BUILD_INTEGRATION_TESTS=1
|
|
|
|
cargo build
|
|
cargo test "$@"
|