gh-actions: run donttests in linux check
Change-Id: Ic546dfacb40428ed8c746d5236dec04938840a69
diff --git a/.github/workflows/check-linux.yaml b/.github/workflows/check-linux.yaml
index ceb1a8b..8e86e4f 100644
--- a/.github/workflows/check-linux.yaml
+++ b/.github/workflows/check-linux.yaml
@@ -46,7 +46,7 @@
run: Rscript -e "install.packages('remotes')" -e "remotes::install_deps(dependencies = TRUE)" -e "remotes::install_cran('rcmdcheck')" -e "install.packages('igraph')"
- name: Check
- run: Rscript -e "rcmdcheck::rcmdcheck(args = '${{ matrix.config.args }}', error_on = 'warning', check_dir = 'check')"
+ run: Rscript -e "rcmdcheck::rcmdcheck(args = c('${{ matrix.config.args }}', '--run-donttest'), error_on = 'warning', check_dir = 'check')"
- name: Upload check results
if: failure()