-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wojciech Polak
committed
Oct 1, 2019
1 parent
d121e29
commit c7b5acf
Showing
5 changed files
with
32 additions
and
7 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "test-case" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
edition = "2018" | ||
authors = ["Marcin Sas-Szymanski <[email protected]>", "Wojciech Polak <[email protected]>"] | ||
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily" | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
cargo clippy | ||
cargo fmt --all | ||
cargo test --all --all-features | ||
|
||
nvim Cargo.toml | ||
cargo build | ||
|
||
nvim CHANGELOG.md | ||
nvim src/lib.rs | ||
|
||
cargo readme > README.md | ||
|
||
cargo publish --dry-run --allow-dirty | ||
|
||
git commit |
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