Skip to content

Commit 0ff91cb

Browse files
committed
Link the math-test folder
1 parent d789cd8 commit 0ff91cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: actions/checkout@master
1818
- run: sudo raco pkg update --no-setup --name math-lib --link --batch --auto math-lib/
1919
- run: sudo raco setup math
20-
- run: sudo raco pkg install --batch --auto math-test/
20+
- run: sudo raco pkg install --link --batch --auto math-test/
2121
- run: raco test --drdr math-test/

0 commit comments

Comments
 (0)