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'