introduce bc-tests which compile also specs, setup for 0.14.0

moreover:
- rename DeprecationSpek2TestEngine to Spek2ForgivingTestEngine

bcTests will fail with this commit due to:
- missing `contains all` function in api-infix (a bug)
- StaticName which is internal and not accessible from the new project
This commit is contained in:
Robert Stoll
2021-01-08 12:54:21 +01:00
parent dd225dbb6a
commit 7f192ef3d2
14 changed files with 607 additions and 35 deletions

View File

@@ -16,6 +16,8 @@ jobs:
java-version: ${{env.JAVA_VERSION}}
- name: bcTests
env:
BC: 1
run: ./gradlew bcTests
- name: Upload windows build code coverage