]> code.octet-stream.net Git - m17rt/blob - buildscripts/test.sh
a02b370aeb2cb21bebe7fd8810e3eb55a924224e
[m17rt] / 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}"