Report randomized test failures to zed.dev, to create issues in linear

This commit is contained in:
Max Brunsfeld 2023-04-14 15:36:55 -07:00
parent c329546570
commit 5c3da91e15
2 changed files with 31 additions and 8 deletions

View file

@ -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: