diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a79b675b52d..7348e9e32a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,12 +20,6 @@ jobs: runs-on: ${{matrix.os}} steps: - - name: Cache git folder - uses: actions/cache@v4 - with: - path: .git - key: git-folder - - name: Checkout uses: actions/checkout@v4 with: @@ -85,8 +79,3 @@ jobs: env: NASDF_NON_INTERACTIVE_TESTS: true run: nix-shell build-scripts/shell.nix --run "sbcl --eval '(require \"asdf\")' --eval '(asdf:test-system :nsymbols)'" - - - name: Test ndebug - env: - NASDF_NON_INTERACTIVE_TESTS: true - run: nix-shell build-scripts/shell.nix --run "sbcl --eval '(require \"asdf\")' --eval '(asdf:test-system :ndebug)'"