diff --git a/Makefile b/Makefile index b437731..e452b23 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,8 @@ SHELL = /bin/bash # Arguments -WORKSPACE="${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}" SKIP_DEPS ?= false COVER ?= false -COVERDIR="${COVERDIR:-$WORKSPACE/.coverage}" # Variables PKG_NAME := main diff --git a/scripts/test.sh b/scripts/test.sh index 0c27624..1e0ad3a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +set -euxo pipefail COVERPROFILE="${COVERPROFILE:-cover.out}" WORKSPACE="${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}"