Skip to content

Commit

Permalink
.github/workflows/tests: Disable git folder cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed May 27, 2024
1 parent cea5dc0 commit 23c17a6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)'"

0 comments on commit 23c17a6

Please sign in to comment.