parser/meta/test
2022-11-30 00:39:02 +00:00

9 lines
83 B
Bash
Executable File

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