Skip to content

Commit

Permalink
Run tests in parallel (#581)
Browse files Browse the repository at this point in the history
* Run tests in parallel

* fix spelling

* Create check-random-test-order.yaml
  • Loading branch information
IndrajeetPatil committed Mar 23, 2023
1 parent 59d7d8a commit 01b59a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-random-test-order.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Run tests in random order
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: check-random-test-order

jobs:
check-random-test-order:
uses: easystats/workflows/.github/workflows/check-random-test-order.yaml@main
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: effectsize
Title: Indices of Effect Size
Version: 0.8.3.5
Version: 0.8.3.6
Authors@R:
c(person(given = "Mattan S.",
family = "Ben-Shachar",
Expand Down Expand Up @@ -67,7 +67,7 @@ Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.0),
insight (>= 0.19.0.2),
insight (>= 0.19.1),
parameters (>= 0.20.2),
performance (>= 0.10.2),
datawizard (>= 0.6.5),
Expand All @@ -94,15 +94,14 @@ Suggests:
rstanarm,
rstantools,
testthat (>= 3.1.0)
Remotes:
easystats/insight
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ rescale
rmANOVA
sd
semipartial
shinyapps
statswiki
strengejacke
th
Expand Down

0 comments on commit 01b59a5

Please sign in to comment.