Skip to content

Commit d91afc9

Browse files
committed
chore: a pipeline to validate basic assumptions are stil fulfilled.
Running stress-test like baseline tests regularly should help us assure that `crates-index-diff` operates as it should against a real crates-index.
1 parent dfaf1be commit d91afc9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/cron.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: cron
2+
3+
on:
4+
schedule:
5+
- cron: '0 13,1 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
stress:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: Swatinem/rust-cache@v2
14+
- name: baseline
15+
run: baseline-atomic

0 commit comments

Comments
 (0)