Skip to content

Merge pull request #145 from berquist/dependabot/cargo/log-0.4.22 #480

Merge pull request #145 from berquist/dependabot/cargo/log-0.4.22

Merge pull request #145 from berquist/dependabot/cargo/log-0.4.22 #480

Workflow file for this run

---
on: [push, pull_request]
name: CI
jobs:
build_and_test:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test