Report randomized test failures to zed.dev, to create issues in linear
This commit is contained in:
parent
c329546570
commit
5c3da91e15
2 changed files with 31 additions and 8 deletions
4
.github/workflows/randomized_tests.yml
vendored
4
.github/workflows/randomized_tests.yml
vendored
|
@ -8,12 +8,14 @@ on:
|
|||
- main
|
||||
- randomized-tests-runner
|
||||
schedule:
|
||||
- cron: '*/15 * * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUST_BACKTRACE: 1
|
||||
ZED_SERVER_URL: https://zed.dev
|
||||
ZED_CLIENT_SECRET_TOKEN: ${{ secrets.ZED_CLIENT_SECRET_TOKEN }}
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue