v0.8.1 : `.only` and `.ignore` improvements
- Tests tagged with
.only
will now fail in CI environments (checked via the presence of theCI
env var) - Fixes a bug where the
.ignore
tag would have no effect in pure tests
What's Changed
- Update scalacheck to 1.17.0 by @scala-steward in #586
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by @scala-steward in #582
- Update scala-js-macrotask-executor to 1.1.0 by @scala-steward in #583
- Update sbt-ci-release to 1.5.11 by @scala-steward in #596
- Update sbt-mdoc to 2.3.6 by @scala-steward in #595
- Update sbt-scalafix to 0.10.4 by @scala-steward in #592
- Update sbt to 1.7.3 by @scala-steward in #599
- Update scalafmt-core to 3.6.1 by @scala-steward in #600
- Update nscplugin, sbt-scala-native, ... to 0.4.8 by @scala-steward in #602
- Update sbt to 1.8.0 by @scala-steward in #603
- Fail tests marked with .only if running in CI by @callado4 in #598
- Update versions by @Baccata in #606
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #607
- Ignore ignored tests in pure suites by @kubukoz in #609
Full Changelog: v0.8.0...v0.8.1