This commit is contained in:
Arne Keller 2021-03-20 22:50:14 +01:00
parent 1c90d33f65
commit d2bde4b507

View File

@ -4,10 +4,10 @@ variables:
build:
script:
- nix-shell -p rustc cargo --run "sh -c 'set -x;
- nix-shell -p rustc cargo --run "sh -c '
rustc -vV &&
cargo -vV &&
cargo build'"
test:
script:
- nix-shell -p rustc cargo --run 'set -x; cargo test'
- nix-shell -p rustc cargo --run 'cargo test'