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

Commit

Permalink
Creates mutants.yml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX authored Nov 24, 2023
1 parent 6d0effc commit 392048e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Mutant test

permissions:
contents: read

on:
push:
branches:
- main
pull_request:

jobs:
incremental-mutants:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run mutation tests
env:
DOCKER_BUILDKIT: 1
run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.mutation-tests .

0 comments on commit 392048e

Please sign in to comment.