Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Aug 3, 2023
1 parent 64dc743 commit 4bf81fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
uses: actions/checkout@v3
with:
repository: s-expressionists/Invistra
path: inravina
path: invistra
- name: Setup Lisp Environment
run: |
make-rc
asdf-add
- name: Run Shim Tests
- name: Run ANSI Tests
run: |
lisp -i ${{ matrix.lisp }} -e "(ql:quickload :incless-extrinsic/test)" -e "(asdf:test-system :incless-extrinsic)"

0 comments on commit 4bf81fa

Please sign in to comment.