Skip to content

feat: ๐Ÿ—‘๏ธ remove coverage #3

feat: ๐Ÿ—‘๏ธ remove coverage

feat: ๐Ÿ—‘๏ธ remove coverage #3

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: moonrepo/setup-rust@v1
- run: cargo clippy --verbose -- -D warnings
- run: cargo clippy --verbose --tests -- -D warnings
- run: cargo test