full diesel path

This commit is contained in:
Felix Ableitner 2020-12-10 13:11:05 +01:00
parent fc382e20e1
commit 2d0bf7d40d

View File

@ -40,7 +40,7 @@ steps:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1 RUST_TEST_THREADS: 1
commands: commands:
- diesel migration run - /root/.cargo/bin/diesel migration run
- cargo test --workspace --no-fail-fast - cargo test --workspace --no-fail-fast
- name: run federation tests - name: run federation tests