Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Dec 7, 2022
1 parent 27d572d commit f76cd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
- name: Build / test
if: matrix.build != 'unittest-cov'
run: |
dub test :integration_tests --build=$BUILD
dub test --build=$BUILD
dub run :integration_tests --build=$BUILD -- --conninfo="$CONN_STRING" --debug=true
shell: bash
- name: Build / test with coverage
if: matrix.build == 'unittest-cov'
run: |
dub test --build=$BUILD
dub run --config=integration_test --build=$BUILD -- --conninfo="$CONN_STRING" --debug=true
dub run :integration_tests --build=$BUILD -- --conninfo="$CONN_STRING" --debug=true
dub build :example --build=release
dub run doveralls
shell: bash
Expand Down

0 comments on commit f76cd54

Please sign in to comment.