Skip to content

added pause functionality #1

added pause functionality

added pause functionality #1

Workflow file for this run

name: CI
on: push
env:
CARGO_TERM_COLOR: always
jobs:
lint-and-test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: make lint
- name: Run unit tests
run: make test