Allow onetun to be used as a library

This commit is contained in:
Aram 🍐 2022-06-25 10:33:37 -04:00
parent f85692950f
commit 48eaf0f840
5 changed files with 154 additions and 125 deletions

View file

@ -26,6 +26,11 @@ jobs:
with:
command: check
- name: Run cargo check without default features
uses: actions-rs/cargo@v1
with:
command: check --no-default-features
test:
name: Test Suite
runs-on: ubuntu-latest