Skip to content

fix: remove outdated workspace inheritence (#1) #3

fix: remove outdated workspace inheritence (#1)

fix: remove outdated workspace inheritence (#1) #3

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose
- run: cargo test --verbose