Skip to content

Commit

Permalink
fix(ci): make sure to build all targets before test
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Jul 16, 2024
1 parent be42261 commit ceab376
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ jobs:
- name: Build WebUI
run: npm run build
- name: Build
run: cargo build --release --all-targets --verbose
run: cargo build --all --release --verbose
- name: Run tests
run: cargo test --all --verbose
- name: Build tools
run: |
cargo build --release --verbose --manifest-path ./tools/whipinto/Cargo.toml
cargo build --release --verbose --manifest-path ./tools/whepfrom/Cargo.toml
- name: Setup ffmpeg
uses: AnimMouse/setup-ffmpeg@v1
- name: Run e2e tests
Expand Down

0 comments on commit ceab376

Please sign in to comment.