diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3374923..8b4b5e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,10 +22,6 @@ before_script: - cd hammond-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../ - cargo build - cargo test --verbose -- --test-threads=1 - cache: - paths: - - target/ - - cargo/ variables: # RUSTFLAGS: "-C link-dead-code"