Skip to content

Bump tokio from 1.37.0 to 1.38.0 #7

Bump tokio from 1.37.0 to 1.38.0

Bump tokio from 1.37.0 to 1.38.0 #7

Workflow file for this run

name: PR Validator
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hecrj/[email protected]
- name: Format check
run: cargo fmt -- --check
- name: Build and Lint
run: cargo clippy --tests -- -D warnings
- name: Run tests
run: cargo test --verbose