Skip to content

Commit 6efbd42

Browse files
author
“thucydides”
committed
ci: relax alignment gate for shared runners
1 parent 1fc16e6 commit 6efbd42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Run tests
3434
run: cargo test --verbose --workspace
3535
- name: Run alignment regression
36+
env:
37+
RUST_TORCH_REPEAT: "3"
38+
RUST_TORCH_MIN_SPEED_RATIO: "0.05"
39+
RUST_TORCH_MAX_LOSS_RATIO: "12.0"
3640
run: python demo_visual/ci_regression.py
3741
- name: Run clippy
3842
run: cargo clippy --workspace -- -D warnings

0 commit comments

Comments
 (0)