diff --git a/.drone.yml b/.drone.yml index 994e343..b9f1737 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: test image: docker.io/rust:1.67-alpine commands: + - cd ./backend - cargo test --verbose --all - name: build image: docker.io/tmaier/docker-compose