Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 9, 2024
1 parent dd550bb commit 3b90b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 61 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/mediasoup-rust-debug.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/mediasoup-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
run: cargo clippy --all-targets -- -D warnings

- name: cargo test
run: cargo test --verbose
run: |
cargo test --verbose
cargo test --release --verbose
- name: cargo doc
run: cargo doc --locked --all --no-deps --lib
Expand Down

0 comments on commit 3b90b70

Please sign in to comment.