Skip to content

Commit

Permalink
#3 gha
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 16, 2023
1 parent d4434ef commit 1a1603c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
toolchain: stable
- run: cargo --color=never test -vv -- --nocapture
- run: cargo --color=never test --features sober -vv -- --nocapture
- run: cargo --color=never fmt --check
- run: cargo --color=never doc --no-deps
- run: cargo --color=never clippy -- --no-deps
1 change: 0 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ release:
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
sed -i -e "s/0.0.0/${tag}/" src/lib.rs
cargo --color=never test -vv -- --nocapture
cargo --color=never test --features sober -vv -- --nocapture
cargo --color=never fmt --check
cargo --color=never clippy -- --no-deps
git commit -am "${tag}"
Expand Down

0 comments on commit 1a1603c

Please sign in to comment.