diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84d5ccd71d3a24bff0ef0cc7ff896444661abe2..33234389a62f6ddf6103f4f34f740f6ded734ece 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,9 @@ before_script: build:linux: stage: build - before_script: - - apt-get update && apt-get -y install cmake script: - - rustup default nightly - cargo build + - make tests cache: paths: - cargo/ @@ -42,4 +40,4 @@ test:linux: dependencies: - build:linux script: - - cargo test \ No newline at end of file + - cargo test