We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508730b commit c28ee61Copy full SHA for c28ee61
.github/workflows/artifacts.yml
@@ -37,7 +37,6 @@ jobs:
37
run: build/win64-vs-setup.ps1
38
39
- name: Build (Windows)
40
- if: matrix.build == 'Windows'
41
run: |
42
$Env:Path += ";C:\Program Files\VapourSynth;"
43
cargo build --release
.github/workflows/ci.yml
@@ -25,10 +25,6 @@ jobs:
25
26
cargo check --workspace --all-features
27
28
- - name: Test
29
- run: |
30
- cargo test --workspace --all-features
31
-
32
- name: Rustfmt
33
34
cargo fmt --all --check
0 commit comments