Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ jobs:

- name: Run tests with nextest
run: cargo nextest run --profile ci --all-features --all-targets

- name: Upload test results to Sentry Prevent
if: ${{ !cancelled() }}
uses: getsentry/prevent-action@v0
with:
files: target/nextest/ci/junit.xml
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
# disable_search: true
Comment on lines +67 to +73
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just delete it and revert the commit later

Suggested change
# 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
# disable_search: true


MSRV:
strategy:
Expand Down
Loading