Skip to content

Merge pull request #18 from stchris/renovate/actions-checkout-4.x #86

Merge pull request #18 from stchris/renovate/actions-checkout-4.x

Merge pull request #18 from stchris/renovate/actions-checkout-4.x #86

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
- uses: actions-rs/cargo@v1
with:
command: clippy
- uses: actions-rs/cargo@v1
with:
command: test