only one run
This commit is contained in:
parent
34a0715d17
commit
456a29fd89
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -18,9 +18,10 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
uses: FedericoCarboni/setup-ffmpeg@v1
|
uses: FedericoCarboni/setup-ffmpeg@v1
|
||||||
id: setup-ffmpeg
|
id: setup-ffmpeg
|
||||||
run: cargo fmt --all -- --check
|
run: |
|
||||||
run: cargo clippy --all-features --all-targets -- --deny warnings
|
cargo fmt --all -- --check
|
||||||
run: cargo build --all-features
|
cargo clippy --all-features --all-targets -- --deny warnings
|
||||||
|
cargo build --all-features
|
||||||
|
|
||||||
- name: Run on macOS/Windows
|
- name: Run on macOS/Windows
|
||||||
run: cargo build --all-features
|
run: cargo build --all-features
|
||||||
|
Loading…
Reference in New Issue
Block a user