From b1804eab6a634cdbc0973a331f7e039bb0dfbfea Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Sat, 11 May 2024 13:34:23 +0900 Subject: [PATCH] Delete .github/workflows/windows_test.yml --- .github/workflows/windows_test.yml | 31 ------------------------------ 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/windows_test.yml diff --git a/.github/workflows/windows_test.yml b/.github/workflows/windows_test.yml deleted file mode 100644 index bff71c7..0000000 --- a/.github/workflows/windows_test.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: WindowsUnitTest - -on: - workflow_dispatch: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - unit_test: - name: Unit test (windows) - - strategy: - matrix: - platform: [windows-latest] - - runs-on: ${{ matrix.platform }} - - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-go@v5 - with: - go-version: "1" - check-latest: true - - - name: Run unit test - run: | - go mod download - go test -race -v ./... \ No newline at end of file