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

Commit

Permalink
fix: added mutants dir in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Nov 24, 2023
1 parent a318117 commit 7d557a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
run: cargo install cargo-mutants
- name: Mutants run
run: |
mkdir mutants
cargo mutants --package clarity --output mutants/clarity
cargo mutants --package libsigner --output mutants/libsigner
Expand Down

0 comments on commit 7d557a0

Please sign in to comment.