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 65f2f02 commit 33dff50Copy full SHA for 33dff50
.github/workflows/push.yml
@@ -20,10 +20,6 @@ jobs:
20
version: ${{ matrix.racket-version }}
21
- name: Install Package and its Dependencies
22
run: |
23
- echo "Before installation:"
24
- raco pkg show --all
25
raco pkg install --auto --batch -j $(nproc)
26
- echo "After installation:"
27
28
- name: Run Tests
29
run: raco test -j $(nproc) -t .
0 commit comments