Skip to content

Commit

Permalink
Remove test pass, we have none anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jan 17, 2024
1 parent 508730b commit c28ee61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28ee61

Please sign in to comment.