blob: 4f3f4021347aa78a23f5c998a8b1982a2c695f91 [file] [log] [blame]
#!/usr/bin/env bash
set -eux
cd $(dirname $0)
cargo check --tests
cd -