Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Tidy: Remove unused function and note from readme which is no longer relevant #61

Tidy: Remove unused function and note from readme which is no longer relevant

Tidy: Remove unused function and note from readme which is no longer relevant #61

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
run: cargo test --release