From 9619d3447f6dba88a0ec0c621270130d0964907c Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Sat, 9 Oct 2021 14:16:48 +0900 Subject: Run tests on Windows --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14857c44d..066322b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,14 @@ on: jobs: ci: - runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + os: + - ubuntu-latest + - windows-latest + name: ci - ${{matrix.os}} + runs-on: ${{matrix.os}} env: GOFLAGS: -mod=vendor steps: @@ -27,7 +34,7 @@ jobs: ${{runner.os}}-go- - name: Test code run: | - ./test.sh + bash ./test.sh build: runs-on: ubuntu-latest env: -- cgit v1.2.3