From a9760c42044756e0b2d859cb2ab940d9b4efd414 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Thu, 22 Feb 2024 18:40:37 -0400 Subject: [PATCH] typo fixes --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e7acf..8f0a8d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,13 +14,13 @@ before_script: - rustup target add aarch64-unknown-linux-gnu test: -stage: test + stage: test script: - cargo fmt -- --check - cargo clippy --all-targets --all-features -- -D warnings - cargo test build: - stage: build + stage: build script: - cargo deb artifacts: -- GitLab