From 67f039a2ce3df932604b2dcb0b67b92e829e6b81 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Sat, 20 Mar 2021 22:30:26 +0100 Subject: [PATCH] . --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f8c45c..91f7d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,10 @@ variables: build: script: - - nix-shell -p rustc cargo --cmd "sh -c ' + - nix-shell -p rustc cargo --run "sh -c ' rustc -vV && cargo -vV && cargo build'" test: script: - - nix-shell -p cargo --cmd 'cargo test' + - nix-shell -p cargo --run 'cargo test'