summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/debian.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index f0721170..9132c0cd 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -11,9 +11,6 @@ packages:
- git
tasks:
- install: curl https://sh.rustup.rs -sSf | sh -s -- -y
- - check: |
- cd imag
- PATH="$HOME/.cargo/bin:$PATH" cargo check --all --all-features --tests
- build: |
cd imag
PATH="$HOME/.cargo/bin:$PATH" cargo build --all --all-features