Skip to content

Commit 3305cdf

Browse files
committed
👷 ci fix?
1 parent f35d660 commit 3305cdf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929
variant: 'CS'
3030
version: 'stable'
3131

32-
- name: Install dependencies
33-
run: raco pkg install --auto --name algorithms
34-
3532
- name: Run tests
36-
run: raco test -x -p algorithms
33+
run: raco test main.rkt
3734

3835
# - name: Coverage report
3936
# if: success()

0 commit comments

Comments
 (0)