Skip to content

Commit

Permalink
deactivate test run --as-cran for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
tappek committed Jan 4, 2025
1 parent 0ff8b1f commit b52b99c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--test-dir=inst/tests")'
# args: 'c("--no-manual", "--as-cran", "--test-dir=inst/tests")'
args: 'c("--no-manual", "--test-dir=inst/tests")'

# - name: Show testthat output
# if: always()
Expand Down

0 comments on commit b52b99c

Please sign in to comment.