mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 20:20:26 -03:00
chore(ignore): mutation doesn't work
This commit is contained in:
parent
9136ff9768
commit
db95abf31c
20
.github/workflows/mutation.yml
vendored
20
.github/workflows/mutation.yml
vendored
@ -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
|
|
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user