chore(ignore): mutation doesn't work

This commit is contained in:
Roberto Alsina 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

View File

@ -35,7 +35,7 @@ tasks:
phony: true phony: true
always_run: true always_run: true
dependencies: dependencies:
- bin/hace - bin/tartrazine
commands: | commands: |
rm ${HOME}/.local/bin/{{name}} rm ${HOME}/.local/bin/{{name}}
cp bin/hace ${HOME}/.local/bin/{{name}} cp bin/hace ${HOME}/.local/bin/{{name}}

View File

@ -19,6 +19,10 @@ dependencies:
docopt: docopt:
github: chenkovsky/docopt.cr github: chenkovsky/docopt.cr
development_dependencies:
crytic:
github: hanneskaeufler/crytic
crystal: ">= 1.13.0" crystal: ">= 1.13.0"
license: MIT license: MIT