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' }}
|
||||
uses: FedericoCarboni/setup-ffmpeg@v1
|
||||
id: setup-ffmpeg
|
||||
run: cargo fmt --all -- --check
|
||||
run: cargo clippy --all-features --all-targets -- --deny warnings
|
||||
run: cargo build --all-features
|
||||
run: |
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --all-features --all-targets -- --deny warnings
|
||||
cargo build --all-features
|
||||
|
||||
- name: Run on macOS/Windows
|
||||
run: cargo build --all-features
|
||||
|
Loading…
Reference in New Issue
Block a user