Commit aea473c
committed
CI: run
Currently, `make test` is used to detect uncommitted file changes, but
it missed some targets that modify files (e.g. "make docs").
Update the workflow to also run `make all`, to ensure that all relevant
file-generating targets are executed before checking for uncommitted
changes.
Refs: https://issues.redhat.com/browse/EC-1262make all before checking for uncommitted changes1 parent 8935728 commit aea473c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
0 commit comments