fix windows test, add clean to test target

This commit is contained in:
2025-02-23 18:02:52 +01:00
parent 150fdddd2a
commit c1cfc08c23
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ jobs:
version: ['1.22']
# windows-latest removed, see:
# https://github.com/rogpeppe/go-internal/issues/284
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
name: Build
runs-on: ${{ matrix.os }}
steps:

View File

@@ -64,7 +64,7 @@ install: buildlocal
clean:
rm -rf $(tool) releases coverage.out
test:
test: clean
go test ./... $(OPTS)
singletest: