Skip to content

Feature/improve blackcat av #436

Feature/improve blackcat av

Feature/improve blackcat av #436

Workflow file for this run

name: witch_craft
on:
push:
branches:
- "trunk"
- "main"
- "stable"
pull_request:
branches:
- "*/*"
- "trunk"
- "main"
- "stable"
schedule:
- cron: "0 0 28-31 * *"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build.sh
run: |
chmod +x build.sh
sudo ./build.sh
- name: Run tests
run: cargo test --verbose --manifest-path witch_craft/Cargo.toml