repo.or.cz
/
ouch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
refactor: improve code formatting in `mod.rs` and `logger.rs`
[ouch.git]
/
.github
/
workflows
/
all-tests-slow.yml
blob
7d090ac04cd342bde637794a315d74adc01e7dd2
1
name: Run tests for all combinations
2
3
on:
4
schedule:
5
- cron: "0 0 1,15 * *" # biweekly
6
push:
7
branches:
8
- main
9
paths-ignore:
10
- "**/*.md"
11
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