Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Indicate repository is archived and moved to feos #23

Indicate repository is archived and moved to feos

Indicate repository is archived and moved to feos #23

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release
- name: Run tests
run: cargo test --release