summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-26 18:20:54 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-30 14:42:25 +0200
commitb76467b594f106296264eb6cd6689211f733e48c (patch)
tree09a70910b381ffdb14b98dcab8e1ea29b66dfc20
parent7999e3929608172e2447b03acf8f452b7d92f1e1 (diff)
Remove the "check" phase, as we do not really need it in CI
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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