diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a79b675b52d..9485ee9e132 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,11 +20,11 @@ jobs: runs-on: ${{matrix.os}} steps: - - name: Cache git folder - uses: actions/cache@v4 - with: - path: .git - key: git-folder + # - name: Cache git folder + # uses: actions/cache@v4 + # with: + # path: .git + # key: git-folder - name: Checkout uses: actions/checkout@v4 @@ -85,8 +85,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)'"