Skip to content

Commit

Permalink
Implement standalone feature (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stupremee authored Oct 4, 2020
1 parent 3b44a46 commit 13dedab
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Also, build and run with musl, this lets us ensure that
# musl still works, which is important for the linux binaries
# we release, but wasn't exercised until now
args: --path . --debug --target ${{ matrix.target }}
args: --path . --debug --target ${{ matrix.target }} --features standalone
- name: self check
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 13dedab

Please sign in to comment.