Skip to content

chore: remove CI coverage due to speed #10

chore: remove CI coverage due to speed

chore: remove CI coverage due to speed #10

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: fmt
run: make fmt-check
- name: lint
run: make lint-check
- name: Run tests
run: make test