Update ci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Dominic Grimm 2023-02-12 11:22:59 +01:00
parent f02208044c
commit bb186a0f7d
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

@ -6,6 +6,7 @@ steps:
- name: test - name: test
image: docker.io/rust:1.67-alpine image: docker.io/rust:1.67-alpine
commands: commands:
- cd ./backend
- cargo test --verbose --all - cargo test --verbose --all
- name: build - name: build
image: docker.io/tmaier/docker-compose image: docker.io/tmaier/docker-compose