refactor: improve code formatting in `mod.rs` and `logger.rs`
[ouch.git] / .github / workflows / all-tests-slow.yml
blob7d090ac04cd342bde637794a315d74adc01e7dd2
1 name: Run tests for all combinations
3 on:
4   schedule:
5     - cron: "0 0 1,15 * *" # biweekly
6   push:
7     branches:
8       - main
9     paths-ignore:
10       - "**/*.md"
12 jobs:
13   run-tests-for-all-combinations:
14     uses: ./.github/workflows/build-artifacts-and-run-tests.yml
15     with:
16       matrix_all_combinations: true
17       upload_artifacts: false