Skip to content

build(deps): bump rustls-pemfile from 2.1.1 to 2.1.2 #1651

build(deps): bump rustls-pemfile from 2.1.1 to 2.1.2

build(deps): bump rustls-pemfile from 2.1.1 to 2.1.2 #1651

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show
- name: cargo test
run: cargo test --workspace