]> code.octet-stream.net Git - hashgood/blob - buildscripts/test.sh
Build scripts
[hashgood] / buildscripts / test.sh
1 #!/bin/bash
2 set -euxo pipefail
3 cd "$(git rev-parse --show-toplevel)"
4 source buildscripts/init.sh "$1"
5
6 cargo test --target "${RUST_TARGET}"