Skip to content

chore: clean up github workflows #252

chore: clean up github workflows

chore: clean up github workflows #252

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request: null
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: moonrepo/setup-rust@v1
- name: Cargo test
run: cargo test