Skip to content

Commit

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

0 comments on commit 781790a

Please sign in to comment.