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 50e83ae commit d03371eCopy full SHA for d03371e
1 file changed
.github/workflows/tests.yaml
@@ -15,8 +15,8 @@ jobs:
15
variant: CS
16
version: current
17
- uses: actions/checkout@master
18
+ - run: sudo raco pkg install eli-tester
19
- run: sudo raco pkg update --no-setup --name math-lib --link --batch --auto math-lib/
20
- run: sudo raco setup math
- - run: sudo raco pkg update --no-setup --name eli-tester --link --batch --auto eli-tester/
21
- run: sudo raco pkg install --link --batch --auto math-test/
22
- run: raco test --drdr math-test/
0 commit comments