File: test-ci.R

package info (click to toggle)
r-cran-xfun 0.51%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,044 kB
  • sloc: ansic: 242; sh: 22; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
# tests to run on CI servers (e.g. GitHub Actions)
if (tolower(Sys.getenv('CI')) == 'true') testit::test_pkg('xfun', 'test-ci')