aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rwxr-xr-xci/script.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/script.sh b/ci/script.sh
deleted file mode 100755
index 996013c..0000000
--- a/ci/script.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-set -ex
-
-if [ "$RUSTFMT" = "yes" ]; then
- cargo fmt --all -- --check
-elif [ "$CLIPPY" = "yes" ]; then
- cargo clippy --all -- -D warnings
-else
- cargo test
-fi \ No newline at end of file