Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX authored Nov 24, 2023
1 parent 392048e commit 89b7c7f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,23 @@ jobs:
base: ${{ env.BRANCH_NAME }}
head: HEAD

## Mutants testing
incremental-mutants:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: specific runs
- run: cargo install cargo-mutants
- name: Mutants
run: |
cargo mutants --package clarity --output mutants/clarity
cargo mutants --package libsigner --output mutants/libsigner
###############################################
## Build Tagged Release
###############################################
Expand Down

0 comments on commit 89b7c7f

Please sign in to comment.