Skip to content

fix(deps): update rust crate toml to v0.8.14 (#282) #526

fix(deps): update rust crate toml to v0.8.14 (#282)

fix(deps): update rust crate toml to v0.8.14 (#282) #526

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
paths:
- 'src/**.rs'
- Cargo.toml
- Cargo.lock
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test-ci