From 6d2800c72e2e7c841af68a443331039220ab1015 Mon Sep 17 00:00:00 2001 From: "T.v.Dein" Date: Wed, 12 Feb 2025 13:00:58 +0100 Subject: [PATCH] fix #5: fix ci testscript under windows by adding clean dep to test (#21) Co-authored-by: Thomas von Dein --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7b43fc..71cdae3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: version: ['1.23'] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] name: Build runs-on: ${{ matrix.os }} steps: diff --git a/Makefile b/Makefile index 5d91602..f198825 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ install: buildlocal clean: rm -rf $(tool) releases coverage.out -test: +test: clean ANYDB_PASSWORD=test go test -v ./... singletest: