Commit 2bb336cf authored by Koen van der Veen's avatar Koen van der Veen
Browse files

test ci

parent 458c1a6d
Pipeline #9075 failed with stage
in 14 minutes and 27 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,6 +7,7 @@ variables:
DOCKER_TLS_CERTDIR: "/certs"
before_script:
- echo $CI_COMMIT_REF_NAME
- apt-get update -o dir::cache::archives="$APT_CACHE_DIR" -yq
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libsqlcipher-dev
- cargo install cargo-audit
......@@ -28,7 +29,6 @@ stages:
test:
stage: test
script:
- echo $CI_COMMIT_REF_NAME
- cargo fmt --all -- --check
- touch src/main.rs && cargo clippy --all-targets --all-features -- -D warnings
- TIME_CVE=RUSTSEC-2020-0071 && \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment