Skip to content

chore(deps): bump tracing from 0.1.40 to 0.1.41 (#165) #535

chore(deps): bump tracing from 0.1.40 to 0.1.41 (#165)

chore(deps): bump tracing from 0.1.40 to 0.1.41 (#165) #535

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: make test
- run: make lint