Skip to content

Commit

Permalink
ci: use nextest for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 22, 2024
1 parent a7c8554 commit b597326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
override: true
components: rustfmt, clippy

- uses: taiki-e/install-action@nextest

- name: Add gpg test key pair
run: |
gpg --import tests/gpg/public.gpg
Expand Down
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore_merge_commits = true

pre_bump_hooks = [
"cargo set-version {{version}}",
"cargo test",
"cargo nextest run",
"cargo clippy",
"cargo build --release",
"cargo fmt --all",
Expand Down

0 comments on commit b597326

Please sign in to comment.