We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d789cd8 commit 0ff91cbCopy full SHA for 0ff91cb
.github/workflows/tests.yaml
@@ -17,5 +17,5 @@ jobs:
17
- uses: actions/checkout@master
18
- run: sudo raco pkg update --no-setup --name math-lib --link --batch --auto math-lib/
19
- run: sudo raco setup math
20
- - run: sudo raco pkg install --batch --auto math-test/
+ - run: sudo raco pkg install --link --batch --auto math-test/
21
- run: raco test --drdr math-test/
0 commit comments