Skip to content

Commit

Permalink
add cargo bench to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Feb 5, 2024
1 parent 9f53058 commit 3b1bff1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ jobs:
cargo fmt --check -p mbedtls
cargo fmt --check -p mbedtls-platform-support
cargo fmt --check -p mbedtls-sys-auto
bench:
name: Cargo bench
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Run cargo bench
run: cargo bench

ci-success:
name: ci
if: always()
Expand Down

0 comments on commit 3b1bff1

Please sign in to comment.