mirror of https://github.com/astral-sh/ruff
Upload red-knot binaries in CI on completion of linux tests (#17720)
This commit is contained in:
parent
8c68d30c3a
commit
81fc7d7d3a
|
|
@ -276,6 +276,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ruff
|
name: ruff
|
||||||
path: target/debug/ruff
|
path: target/debug/ruff
|
||||||
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
|
with:
|
||||||
|
name: red_knot
|
||||||
|
path: target/debug/red_knot
|
||||||
|
|
||||||
cargo-test-linux-release:
|
cargo-test-linux-release:
|
||||||
name: "cargo test (linux, release)"
|
name: "cargo test (linux, release)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue