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

Commit

Permalink
feat: updated packages and bypass return exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Nov 24, 2023
1 parent 7d557a0 commit 189fc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: Mutants run
run: |
mkdir mutants
cargo mutants --package clarity --output mutants/clarity
cargo mutants --package libsigner --output mutants/libsigner
cargo mutants --package stx-genesis --output mutants/stx-genesis || true
cargo mutants --package pox-locking --output mutants/pox-locking || true
###############################################
## Build Tagged Release
Expand Down

0 comments on commit 189fc32

Please sign in to comment.