Skip to content

fix: add linting (Cargo Clippy & Rust fmt) and unit tests to CI (#1060) #2

fix: add linting (Cargo Clippy & Rust fmt) and unit tests to CI (#1060)

fix: add linting (Cargo Clippy & Rust fmt) and unit tests to CI (#1060) #2

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths-ignore:
- "docs/**"
- "helm/**"
- "assets/**"
- "**.md"
push:
branches:
- main
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test