Skip to content

Commit

Permalink
Add testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed May 3, 2024
1 parent 0851355 commit 0710a01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/test-rust.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail

(
cd docs-test-gen && \
rm -rf ./tests && \
cargo run &&
cargo test
)

0 comments on commit 0710a01

Please sign in to comment.