Skip to content

⬆️ upgrade: Bump log from 0.4.28 to 0.4.29 #10

⬆️ upgrade: Bump log from 0.4.28 to 0.4.29

⬆️ upgrade: Bump log from 0.4.28 to 0.4.29 #10

Workflow file for this run

---
name: Cargo Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Rust toolchain
run: rustup install stable
- name: Run cargo test
run: cargo test