diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/scripts/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/complement.sh b/build/scripts/complement.sh index 29feff30..8608d8fa 100755 --- a/build/scripts/complement.sh +++ b/build/scripts/complement.sh @@ -15,5 +15,5 @@ tar -xzf master.tar.gz # Run the tests! cd complement-master -COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests +COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests ./tests/csapi |