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: