We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768257b commit 5316343Copy full SHA for 5316343
.github/workflows/test-all.yaml
@@ -54,10 +54,10 @@ jobs:
54
- name: Run nCompile and other tests
55
run: |
56
library(nCompiler)
57
-# testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
58
-# testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
+ # testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
+ # testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
59
testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "location")
60
- shell: Rscript {0}
+ Shell: Rscript {0}
61
62
test-nCompile-features:
63
runs-on: ubuntu-latest
0 commit comments