Skip to content

Commit

Permalink
ci: modify test-project job to also run on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Apr 22, 2024
1 parent 2b47c3b commit b3ac5a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos, ubuntu]
os: [macos, ubuntu, windows]
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
Expand All @@ -23,3 +23,5 @@ jobs:

- name: Test Project
uses: threeal/ctest-action@v1.0.0
with:
build-config: debug

0 comments on commit b3ac5a4

Please # to comment.