Skip to content

Bump openssl from 0.10.64 to 0.10.68 (#212) #56

Bump openssl from 0.10.64 to 0.10.68 (#212)

Bump openssl from 0.10.64 to 0.10.68 (#212) #56

Workflow file for this run

name: Run test suite
on: push
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
- run: cargo test
- run: cargo test --no-default-features