Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhundt committed Dec 12, 2023
1 parent 8c67859 commit b5fb983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo build --verbose --all-features
- run: cargo test --verbose --all-features
1 change: 1 addition & 0 deletions crates/gmw/src/mul_triple/silent_ot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ mod tests {
use rand::rngs::OsRng;

#[tokio::test]
#[cfg(feature = "silent_ot_silver")]
async fn silent_mts() {
let (ch11, ch21) = mpc_channel::in_memory::new_pair(128);
let (ch12, ch22) = mpc_channel::in_memory::new_pair(128);
Expand Down

0 comments on commit b5fb983

Please sign in to comment.