Skip to content

Commit

Permalink
#29 ci: fix job passes even if the test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour committed Apr 18, 2023
1 parent a8001e1 commit 1487c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
sbcl --noinform --non-interactive --load scripts/setup-quicklisp.lisp
- name: Tests
run: sbcl --noinform --non-interactive --load 'breeze.asd' --eval '(ql:quickload :breeze/test)' --eval '(asdf:test-system :breeze)'
shell: bash
run: scripts/test.sh

0 comments on commit 1487c4e

Please sign in to comment.