mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-02 22:09:49 +00:00
chore(ignore): mutation doesn't work
This commit is contained in:
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
|
Reference in New Issue
Block a user