diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b01ab00..bc9dee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,3 @@ build:cargo: script: - rustc --version && cargo --version - cargo build - -# Use cargo to test the project -test:cargo: - script: - - rustc --version && cargo --version - - cargo test --workspace --verbose \ No newline at end of file