Skip to content

Commit bf78e89

Browse files
committed
build: update non-windows build configuration
1 parent 3d51a8d commit bf78e89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ jobs:
5555
tool: grcov
5656

5757
- name: Tests
58+
if: ${{ !startsWith(matrix.os, 'ubuntu-') }}
59+
env:
60+
CARGO_TERM_COLOR: always
61+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
62+
RUST_LOG: "info,postgresql_archive=debug,postgresql_commands=debug,postgresql_embedded=debug"
63+
RUST_LOG_SPAN_EVENTS: full
64+
run: |
65+
cargo test --workspace
66+
67+
- name: Tests
68+
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
5869
env:
5970
CARGO_TERM_COLOR: always
6071
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)