Skip to content

Commit

Permalink
ci: add unit testing and update branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jul 27, 2024
1 parent 3c48920 commit e9d7f31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ jobs:
with:
repository: s-expressionists/Incless
path: incless
ref: quaviver
ref: quaviver2
- name: Checkout Inravina
uses: actions/checkout@v4
with:
repository: s-expressionists/Inravina
path: inravina
ref: quaviver
ref: quaviver2
- name: Checkout Invistra
uses: actions/checkout@v4
with:
repository: s-expressionists/Invistra
path: invistra
ref: quaviver
ref: quaviver2
- name: Checkout Repository
uses: actions/checkout@v4
with:
Expand All @@ -58,6 +58,9 @@ jobs:
run: |
make-rc
asdf-add
- name: Run Unit Tests
run: |
lisp -i ${{ matrix.lisp }} -e "(defparameter cl-user::*exit-on-test-failures* t)" -e "(ql:quickload :quaviver/unit-test)" -e "(parachute:test :quaviver/unit-test)"
- name: Run ANSI Tests
run: |
lisp -i ${{ matrix.lisp }} -e "(ql:quickload :quaviver/ansi-test)" -e "(quaviver/ansi-test:test :exit t)"
Expand Down

0 comments on commit e9d7f31

Please sign in to comment.