parser/meta/test
2022-11-30 14:38:07 +00:00

7 lines
84 B
Bash
Executable File

#!/usr/bin/env sh
set -xe
BUILD_INTEGRATION_TESTS="1" cargo build
cargo test "$@"