Skip to content

Commit

Permalink
Test that -Dbenchmark.pattern works in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Jan 1, 2024
1 parent ee81a5d commit 657a0e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,16 @@ jobs:
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 -Dsbt.supershell=never "crossTestBridges" "zincRoot/test" "zincScripted/Test/run"
- name: Build and test (3)
- name: Build and test (Scalac) (3)
if: ${{ matrix.jobtype == 3 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "runBenchmarks"
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*Scalac.*" "runBenchmarks"
- name: Build and test (Shapeless) (3)
if: ${{ matrix.jobtype == 3 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*Shapeless.*" "runBenchmarks"
- name: Build and test (4)
if: ${{ matrix.jobtype == 4 }}
shell: bash
Expand Down

0 comments on commit 657a0e0

Please sign in to comment.