Skip to content

Commit

Permalink
No more windows tests, its just too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent af29727 commit 93f032f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}

Expand All @@ -28,8 +28,7 @@ jobs:
uses: DeLaGuardo/[email protected]
with:
cli: 1.10.1.693 # Clojure CLI based on tools.deps
# clj-kondo: 2022.05.31 # Clj-kondo
cmd-exe-workaround: 'latest' # Replaces `clojure` with `deps.clj` on Windows
clj-kondo: 2022.05.31 # Clj-kondo
zprint: 1.2.3 # zprint

# Optional step:
Expand All @@ -43,5 +42,5 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-

- name: Execute clojure code
- name: Run clojure tests
run: clojure -X:test/run

0 comments on commit 93f032f

Please sign in to comment.