We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfc0b4 commit 4a37302Copy full SHA for 4a37302
.github/workflows/test.yaml
@@ -187,6 +187,21 @@ jobs:
187
- name: Run tests
188
run: clojure -M:compiler.test:compiler.test.run
189
190
+ # Compiler Windows Tests
191
+ compiler-windows-test:
192
+ name: Compiler Windows Tests
193
+ runs-on: windows-2019
194
+ steps:
195
+ - uses: actions/checkout@v2
196
+
197
+ - uses: DeLaGuardo/[email protected]
198
+ with:
199
+ cli: '1.10.1.763'
200
201
+ - name: Run tests
202
+ run: clojure -M:compiler.test:compiler.test.run
203
+ shell: powershell
204
205
# CLI Tests
206
cli-test:
207
name: CLI Tests
0 commit comments