From a63912ee1eb64fed7fb492af1d8f44565cf3b813 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 10 May 2021 20:23:38 +0800 Subject: [PATCH] add --allow-different-user (#9439) --- CI/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/.drone.yml b/CI/.drone.yml index a4c8c9b0e95..d8dd0dff827 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -52,7 +52,7 @@ steps: - name: haskell-client-test image: haskell:8.6.5 commands: - - (cd samples/client/petstore/haskell-http-client/ && stack --install-ghc --no-haddock-deps haddock --fast && stack test --fast) + - (cd samples/client/petstore/haskell-http-client/ && stack --allow-different-user --install-ghc --no-haddock-deps haddock --fast && stack --allow-different-user test --fast) # test erlang client and server - name: erlang image: erlang:alpine