Skip to content

Commit

Permalink
#105 single arch for full test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent 2a1f5d1 commit 387e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
FULL_TEST_SUITE: 1
RCMDCHECK: "FALSE"
run: |
install.packages(list.files("./check", pattern = "XLConnect_.*.tar.gz", full.names = TRUE), repos=NULL, type="source")
install.packages(list.files("./check", pattern = "XLConnect_.*.tar.gz", full.names = TRUE), repos=NULL, type="source", INSTALL_opts=c("--no-multiarch"))
setwd("tests")
source("run_tests.R")
shell: Rscript {0}
Expand Down

0 comments on commit 387e037

Please sign in to comment.