Remove nextest
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-06-17 19:58:26 +02:00
parent b6ddd1ee13
commit 696cab36a2
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ steps:
- name: test-debug-linux
image: deukhoofd/linux64builder
commands:
- cargo nextest run --color=always
- cargo test --color=always
- name: test-release-linux
image: deukhoofd/linux64builder
commands:
- cargo nextest run --release --color=always
- cargo test --release --color=always
depends_on:
- test-debug-linux
- name: test-miri-release-linux