summaryrefslogtreecommitdiffstats
path: root/scripts/test.bash
blob: 55c058dabf5c86e743309ec90c544e8c8e1337e1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e
set -u
set -o pipefail

rustup update stable
cargo test