Skip to content

Commit

Permalink
#105 abridged check witout multi archs
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent b02c924 commit 2a1f5d1
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 @@ -171,7 +171,7 @@ jobs:
_R_CHECK_CRAN_INCOMING_: false
FULL_TEST_SUITE: 1
run: >-
rcmdcheck::rcmdcheck(args = c("--no-manual", "--no-vignettes", "--no-build-vignettes", "--check-subdirs=no"),
rcmdcheck::rcmdcheck(args = c("--no-manual", "--no-vignettes", "--no-build-vignettes", "--check-subdirs=no", "--no-multiarch"),
build_args=c("--no-build-vignettes"), error_on = "error", check_dir = "check")
shell: Rscript {0}

Expand Down

0 comments on commit 2a1f5d1

Please sign in to comment.