mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Simplify CI pipeline for now (#118)
Removes Windows at least, to avoid unneeded builds.
This commit is contained in:
parent
fec4ee2848
commit
eefa04f13f
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
cargo-test:
|
cargo-test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, windows-latest ]
|
os: [ ubuntu-latest ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: "cargo test | ${{ matrix.os }}"
|
name: "cargo test | ${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
|
@ -57,10 +57,3 @@ jobs:
|
||||||
- name: "Tests (Ubuntu)"
|
- name: "Tests (Ubuntu)"
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
run: cargo insta test --all --all-features --unreferenced reject
|
run: cargo insta test --all --all-features --unreferenced reject
|
||||||
- name: "Tests (Windows)"
|
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
|
||||||
shell: bash
|
|
||||||
run: cargo insta test --all --all-features --unreferenced reject
|
|
||||||
- run: cargo doc --all --no-deps
|
|
||||||
env:
|
|
||||||
RUSTDOCFLAGS: "-D warnings"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue