From c28ee618164293c8ba719f7b753b3b2055db714f Mon Sep 17 00:00:00 2001 From: quietvoid Date: Wed, 17 Jan 2024 07:28:30 -0500 Subject: [PATCH] Remove test pass, we have none anyways --- .github/workflows/artifacts.yml | 1 - .github/workflows/ci.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 93b02ac..a6b1449 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -37,7 +37,6 @@ jobs: run: build/win64-vs-setup.ps1 - name: Build (Windows) - if: matrix.build == 'Windows' run: | $Env:Path += ";C:\Program Files\VapourSynth;" cargo build --release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab42152..7859262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,6 @@ jobs: run: | cargo check --workspace --all-features - - name: Test - run: | - cargo test --workspace --all-features - - name: Rustfmt run: | cargo fmt --all --check