Clean golang test cache

Signed-off-by: Azanul <azanulhaque@gmail.com>
This commit is contained in:
Azanul
2023-06-05 05:49:03 +05:30
parent 8da2a5bf46
commit b46dc0a1e4
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
TARGET: ${{ matrix.target }}
run: |
set -euo pipefail
go clean -testcache
mkdir "${TARGET}"
export JUNIT_REPORT_DIR=$(realpath ${TARGET})