summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 4 insertions, 2 deletions
diff --git a/check b/check
index 2a22fd3..c928b06 100755
--- a/check
+++ b/check
@@ -3,9 +3,11 @@
set -euo pipefail
cargo clippy -q --all-targets -- -D clippy::all
-subplot docgen obnam-benchmark.md -o obnam-benchmark.html
-subplot docgen obnam-benchmark.md -o obnam-benchmark.pdf
cargo build --all-targets -q
chronic cargo test -q
+subplot docgen obnam-benchmark.md -o obnam-benchmark.html
+subplot docgen obnam-benchmark.md -o obnam-benchmark.pdf
+subplot codegen obnam-benchmark.md -o test.py
+python3 test.py --log test.log "$@"
cargo fmt -- --check
echo A-OK