We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df1929 commit 14f4ffcCopy full SHA for 14f4ffc
.github/workflows/ci.yml
@@ -26,6 +26,6 @@ jobs:
26
- uses: actions/checkout@v4
27
- name: Install Racket
28
run: sudo apt-get install -y racket
29
- - name: Run a multi-line script
+ - name: Run unit tests
30
run: |
31
- cd $GITHUB_WORKSPACE && raco test
+ racket $GITHUB_WORKSPACE/tests/unit-tests.rkt
0 commit comments