Skip to content

Commit e13ba73

Browse files
committed
Compile profiles in macOS runner
1 parent 94d5a04 commit e13ba73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ jobs:
340340
run: |
341341
$MAKE tests
342342
343+
- name: "Compile profiles"
344+
run: |
345+
$MAKE profile
346+
343347
- name: "Check"
344348
run: |
345349
$MAKE check

0 commit comments

Comments
 (0)