Skip to content

🦞 Add initial farm UI unit test and UI workflow #7

🦞 Add initial farm UI unit test and UI workflow

🦞 Add initial farm UI unit test and UI workflow #7

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
override: true
- name: Build
run: cargo build
- name: Test
run: cargo test