Change mean mutations to be 10% of nodes or MEAN_MUTATION_COUNT, whic… #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Smoke test evaluation - 10 minutes, 5 trials | |
on: [push, pull_request] | |
jobs: | |
evaluate: | |
uses: ./.github/workflows/evaluation-workflow.yml | |
with: | |
duration: 10m | |
trials: 5 |