Skip to content

Commit 768257b

Browse files
committed
drill into cpp_tests crash
1 parent ad69492 commit 768257b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-all.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: R -q -e 'sessionInfo()'
4242
- name: Install nimbleModel
4343
run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
44-
env:
44+
env:
4545
GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
4646
- name: Package Dependencies
4747
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
@@ -54,9 +54,9 @@ 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")
59-
testthat::test_dir("nCompiler/tests/testthat/cpp_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")
59+
testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "location")
6060
shell: Rscript {0}
6161

6262
test-nCompile-features:

0 commit comments

Comments
 (0)