Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Nov 3, 2024
1 parent 6416705 commit 59283fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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'
if: github.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 59283fb

Please sign in to comment.