Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Nov 26, 2023
1 parent 310baf9 commit 9e849f8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

jobs:
install-dependencies:
test-solutions:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
Expand Down Expand Up @@ -38,16 +38,5 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-




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

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

steps:
- name: Test solutions
run: clj -M clojure/tests/solutions_tests.clj

0 comments on commit 9e849f8

Please sign in to comment.