diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b51a139..f7cbb60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] jobs: - install-dependencies: + test-solutions: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] @@ -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 \ No newline at end of file