Skip to content

Commit c28ee61

Browse files
committed
Remove test pass, we have none anyways
1 parent 508730b commit c28ee61

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
run: build/win64-vs-setup.ps1
3838

3939
- name: Build (Windows)
40-
if: matrix.build == 'Windows'
4140
run: |
4241
$Env:Path += ";C:\Program Files\VapourSynth;"
4342
cargo build --release

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
run: |
2626
cargo check --workspace --all-features
2727
28-
- name: Test
29-
run: |
30-
cargo test --workspace --all-features
31-
3228
- name: Rustfmt
3329
run: |
3430
cargo fmt --all --check

0 commit comments

Comments
 (0)