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 3d51a8d commit bf78e89Copy full SHA for bf78e89
.github/workflows/ci.yml
@@ -55,6 +55,17 @@ jobs:
55
tool: grcov
56
57
- 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-') }}
69
env:
70
CARGO_TERM_COLOR: always
71
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments