Skip to content

Merge pull request #1 from orzogc/repr #4

Merge pull request #1 from orzogc/repr

Merge pull request #1 from orzogc/repr #4

Workflow file for this run

on: [push]
name: Build and Test
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch
run: cargo fetch
- name: Build
run: cargo build
- name: Test
run: cargo test