Skip to content

build(deps): bump openssl from 0.10.78 to 0.10.79 #513

build(deps): bump openssl from 0.10.78 to 0.10.79

build(deps): bump openssl from 0.10.78 to 0.10.79 #513

Workflow file for this run

name: Rust Tests
on:
pull_request:
paths:
- "src/**"
- "tests/**"
- "Cargo.toml"
- "Cargo.lock"
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose