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 ca23268 commit 6e47877Copy full SHA for 6e47877
.github/workflows/ci.yml
@@ -63,13 +63,14 @@ jobs:
63
64
- name: Run tests with nextest
65
run: cargo nextest run --profile ci --all-features --all-targets
66
-
67
- - name: Upload test results to Sentry Prevent
68
- if: ${{ !cancelled() }}
69
- uses: getsentry/prevent-action@v0
70
- with:
71
- files: target/nextest/ci/junit.xml
72
- disable_search: true
+
+ # Temporarily disabled due to CCMRG-1820
+ # - name: Upload test results to Sentry Prevent
+ # if: ${{ !cancelled() }}
+ # uses: getsentry/prevent-action@v0
+ # with:
+ # files: target/nextest/ci/junit.xml
73
+ # disable_search: true
74
75
MSRV:
76
strategy:
0 commit comments