We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f9919 commit 75e4bdfCopy full SHA for 75e4bdf
.github/workflows/ci.yml
@@ -120,9 +120,9 @@ jobs:
120
run: |
121
dub run dpq2:integration_tests --build=unittest-cov -- --conninfo="$CONN_STRING"
122
dub run dpq2:integration_tests --build=cov -- --conninfo="$CONN_STRING"
123
+ dub run dpq2:integration_tests --d-version=NO_VARIANT
124
dub run dpq2:example --build=release -- --conninfo="$CONN_STRING"
125
dub run doveralls
- dub test --f-version=NO_VARIANT
126
shell: bash
127
- name: Upload coverage data
128
if: matrix.build == 'tests_and_cov'
0 commit comments