diff --git a/.drone.yml b/.drone.yml index 1189acc..869adb9 100755 --- a/.drone.yml +++ b/.drone.yml @@ -14,14 +14,6 @@ steps: - cargo test --release --color=always -- --test-threads=1 depends_on: - test-debug-linux - - name: test-miri-release-linux - image: deukhoofd/linux64builder - environment: - MIRIFLAGS: -Zmiri-disable-isolation - commands: - - cargo miri test --release --color=always - depends_on: - - test-debug-linux - name: test-coverage image: deukhoofd/linux64builder commands: