Skip to content

⬆️ upgrade: Bump toml from 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0 #17

⬆️ upgrade: Bump toml from 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0

⬆️ upgrade: Bump toml from 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0 #17

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@v6
- name: Set up Rust toolchain
run: rustup install stable
- name: Run cargo test
run: cargo test