Update ci
continuous-integration/drone/push Build was killed Details

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
1 changed files with 1 additions and 0 deletions

View File

@ -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