chore(ignore): mutation doesn't work

This commit is contained in:
2024-09-03 05:03:39 -03:00
parent 9136ff9768
commit db95abf31c
3 changed files with 5 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
name: Mutation Tests
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v3
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Run tests
run: |
shards install
bin/crytic test -s src/hace.cr