Skip to content

Commit 5316343

Browse files
committed
fix yaml commenting-out of R code
1 parent 768257b commit 5316343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: Run nCompile and other tests
5555
run: |
5656
library(nCompiler)
57-
# testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
58-
# testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
57+
# testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
58+
# testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
5959
testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "location")
60-
shell: Rscript {0}
60+
Shell: Rscript {0}
6161

6262
test-nCompile-features:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)