From 8b4dff032632c8f0c47bdf9a7fd71abd774a9d77 Mon Sep 17 00:00:00 2001 From: "husky \"the husky\" husky" Date: Sun, 10 Apr 2022 10:32:40 +0000 Subject: [PATCH] oops forgot i haven't set up testing yet --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index a336098..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -stages: - - build - -rust-latest: - stage: build - image: rust:latest - script: - - cargo build --verbose - - cargo test --verbose - -rust-nightly: - stage: build - image: rustlang/rust:nightly - script: - - cargo build --verbose - - cargo test --verbose - allow_failure: true