mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:38:32 -04:00
Allow onetun to be used as a library
This commit is contained in:
parent
f85692950f
commit
48eaf0f840
5 changed files with 154 additions and 125 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue