Skip to content

Commit 43b616c

Browse files
committed
adjust tests
1 parent 6ad78d7 commit 43b616c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Package Dependencies
4343
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
4444
- name: Install inline
45-
run: R -q -e 'remotes::install_cran("inline")'
45+
run: R -q -e 'remotes::install_cran(c("inline", "nimble"))'
4646
- name: Build Package
4747
run: |
4848
R CMD build nCompiler
@@ -53,7 +53,6 @@ jobs:
5353
testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
5454
testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
5555
testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "summary")
56-
testthat::test_dir("nCompiler/tests/testthat/specificOp_tests", reporter = "summary")
5756
shell: Rscript {0}
5857

5958
test-nCompile-features:
@@ -77,6 +76,7 @@ jobs:
7776
run: |
7877
library(nCompiler)
7978
testthat::test_dir("nCompiler/tests/testthat/predefined_tests", reporter = "summary")
79+
testthat::test_dir("nCompiler/tests/testthat/specificOp_tests", reporter = "summary")
8080
shell: Rscript {0}
8181

8282
test-nClass:

0 commit comments

Comments
 (0)