-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable check by default, prepare release 2.0.0 (#52)
* chore: disable check by default, prepare release 2.0.0 * doc: update year in headers * style: fix clippy warnings * doc: correct bench cmd
- Loading branch information
Showing
8 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,17 +54,17 @@ jobs: | |
|
||
- uses: Swatinem/[email protected] | ||
|
||
- name: Build with no default features | ||
run: cargo build --verbose --no-default-features | ||
- name: Base build | ||
run: cargo build --verbose | ||
|
||
- name: Build with feature 'check' | ||
run: cargo build --verbose --no-default-features --features check | ||
run: cargo build --verbose --features check | ||
|
||
- name: Build with feature 'stream' | ||
run: cargo build --verbose --no-default-features --features stream | ||
run: cargo build --verbose --features stream | ||
|
||
- name: Build full features | ||
run: cargo build --verbose | ||
run: cargo build --verbose --all-features | ||
|
||
- name: Build wasm with check feature | ||
run: cargo build --verbose --target wasm32-unknown-unknown --no-default-features --features check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters