aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorJill <kokakiwi@deuxfleurs.fr>2022-02-02 16:07:26 +0100
committerJill <kokakiwi@deuxfleurs.fr>2022-02-10 17:55:49 +0100
commit3baa841d6f62a75bf74ed0c26499b447c50bf32f (patch)
treecc56457c842680d670c54a108d1e8bdd15d29c34 /.drone.yml
parentdd407e7041102f52611336bef304c3266a4d6fbe (diff)
downloadgarage-3baa841d6f62a75bf74ed0c26499b447c50bf32f.tar.gz
garage-3baa841d6f62a75bf74ed0c26499b447c50bf32f.zip
tests: Fix garage integration test
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index de5126fc..ba2cada1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -46,7 +46,7 @@ steps:
- name: nix_config
path: /etc/nix
commands:
- - nix-build --no-build-output --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT
+ - nix-build --no-build-output --option log-lines 100 --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT
- name: unit tests
image: nixpkgs/nix:nixos-21.05
@@ -59,6 +59,7 @@ steps:
- |
nix-build \
--no-build-output \
+ --option log-lines 100 \
--argstr target x86_64-unknown-linux-musl \
--argstr compileMode test
- ./result*/bin/garage_api*