Skip to content

Commit

Permalink
[Bugfix] CI: Mutation Testing on PR (#41)
Browse files Browse the repository at this point in the history
* Skip ::= fix typo and logic error

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] committed Jan 14, 2024
1 parent 10e9046 commit 7a4df4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ permissions:

jobs:
code:
needs:
- mutants
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.25.1
Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
persist-credentials: false
ref: ${{ github.head_ref }}

- run:
- run: |
rustup update
cargo install cargo-mutants
cargo mutants
Expand Down
4 changes: 4 additions & 0 deletions changelog.d/20240114_150436_GitHub_Actions_pr-mutants.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(
references: {},
changes: {},
)

0 comments on commit 7a4df4c

Please sign in to comment.