Skip to content

Also make tests run on Windows #4

Also make tests run on Windows

Also make tests run on Windows #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Clojure
uses: DeLaGuardo/[email protected]
- name: Run tests
run: clojure -T:build ci