lsm6ds3tr/ci/test

7 lines
96 B
Plaintext
Raw Normal View History

2025-02-23 21:24:37 +01:00
#!/usr/bin/env bash
set -xEeuo pipefail
cd "$(git rev-parse --show-toplevel)"
cargo test "$@"