Skip to content

Commit 0457f4e

Browse files
committed
Run CLR tests on Windows
1 parent 96e5f34 commit 0457f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clojure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
needs: [ setup, build ]
7676
strategy:
7777
matrix:
78-
os: [ubuntu-latest, macos-latest]
78+
os: [ubuntu-latest, macos-latest, windows-latest]
7979
runs-on: ${{ matrix.os }}
8080
steps:
8181
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)