diff --git a/.ci.yml b/.ci.yml index 9fbb7aac..8a8c61a2 100644 --- a/.ci.yml +++ b/.ci.yml @@ -27,6 +27,4 @@ steps: commands: - source $SRCENV/.cargo/env - export RUSTUP_HOME=$SRCENV/.rustup - - cargo run -p skyd -- --nosave & - - cargo test -- --test-threads=1 - - pkill skyd + - make test