Skip to content

Commit

Permalink
chore: enable running go tests in CI on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Dec 22, 2023
1 parent cad2606 commit 24083f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ concurrency:
jobs:
test:
timeout-minutes: 3
runs-on: ubuntu-latest
strategy:
matrix:
OS: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.OS }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 24083f4

Please sign in to comment.