Skip to content

Commit 14f4ffc

Browse files
committed
Update CI
1 parent 4df1929 commit 14f4ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: Install Racket
2828
run: sudo apt-get install -y racket
29-
- name: Run a multi-line script
29+
- name: Run unit tests
3030
run: |
31-
cd $GITHUB_WORKSPACE && raco test
31+
racket $GITHUB_WORKSPACE/tests/unit-tests.rkt

0 commit comments

Comments
 (0)