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 383a62c commit 8ae486cCopy full SHA for 8ae486c
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
if: matrix.os == 'ubuntu-latest'
74
run: |
75
Rscript -e 'install.packages(c("testthat", "jsonlite", "R.utils"))'
76
- Rscript -e 'install.packages("plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
+ Rscript -e 'install.packages("crates/plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
77
78
- name: Run tests
79
run: cargo test --no-fail-fast
0 commit comments