Skip to content

Commit

Permalink
ci: test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed May 2, 2024
1 parent 9669f58 commit 88c6361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defaults:
shell: bash

jobs:

build:
timeout-minutes: 10
name: "Build and Test"
Expand Down Expand Up @@ -58,6 +57,7 @@ jobs:
config:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.config }}
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 88c6361

Please sign in to comment.