Skip to content

Commit

Permalink
Convert binary into example (#13)
Browse files Browse the repository at this point in the history
* Make this a lib package -> Move binary to examples

* Cargo.lock no longer needed for lib crate

* Update README

* Bump fix version

* Fix CI
  • Loading branch information
athei authored Aug 1, 2022
1 parent e7ddb14 commit ed6168f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2,900 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
command: build
args: --all-targets --all-features

- name: Cargo test
uses: actions-rs/cargo@v1
with:
toolchain: ${{ matrix.toolchain }}
command: test
args: --all-features
args: --all-targets --all-features
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/Cargo.lock
Loading

0 comments on commit ed6168f

Please sign in to comment.