We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eli-tester
1 parent 93dcddc commit 50e83aeCopy full SHA for 50e83ae
.github/workflows/tests.yaml
@@ -17,5 +17,6 @@ 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 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