Skip to content

Commit

Permalink
.github/workflows/tests: Delete ndebug test.
Browse files Browse the repository at this point in the history
Should have been part of 6fdf502.
  • Loading branch information
aadcg committed Feb 19, 2025
1 parent bc3571a commit 47267e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,3 @@ jobs:
env:
NASDF_NON_INTERACTIVE_TESTS: true
run: nix-shell shell.nix --run "sbcl --eval '(require \"asdf\")' --eval '(asdf:test-system :nsymbols)'"

- name: Test ndebug
env:
NASDF_NON_INTERACTIVE_TESTS: true
run: nix-shell shell.nix --run "sbcl --eval '(require \"asdf\")' --eval '(asdf:test-system :ndebug)'"

0 comments on commit 47267e0

Please sign in to comment.