Skip to content

Commit

Permalink
Do not run tests on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 28, 2024
1 parent 425a7df commit 2652b4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
library(testthat)
library(gh)

test_check("gh")
if (Sys.getenv("NOT_CRAN") == "true") {
test_check("gh")
}

0 comments on commit 2652b4c

Please sign in to comment.