Skip to content

Commit

Permalink
fix ci & warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Feb 21, 2024
1 parent c80e771 commit 7d138ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
name: Run criterion-compare-action
with:
cwd: "mbedtls"
benchName: "cipher"
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion mbedtls/src/x509/certificate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ impl Extend<MbedtlsBox<Certificate>> for MbedtlsList<Certificate> {
#[cfg(test)]
mod tests {
use super::*;
use crate::x509::VerifyError;

struct Test {
key1: Pk,
Expand Down

0 comments on commit 7d138ff

Please sign in to comment.