Skip to content

Commit

Permalink
Run integration test only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Nov 3, 2024
1 parent 21284bc commit 6416705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run unit tests
run: cargo test --all --features transcoding-cache,tags-encoding
- name: Run integration tests
if: gihub.ref == 'refs/heads/mater'
run: cargo test -- --ignored --nocapture test_binary
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit 6416705

Please sign in to comment.