Skip to content

Commit 253f497

Browse files
committed
CI: Add invoke-via-macro under ASSERT_PARALLEL_CALLBACKS
1 parent b69386c commit 253f497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ jobs:
180180
run: |
181181
set -x
182182
( set +e ; fpm run --example false-assertion ${FPM_FLAGS} --flag "$FFLAGS" ; test $? = $ERROR_STOP_CODE )
183+
( set +e ; fpm run --example invoke-via-macro ${FPM_FLAGS} --flag "$FFLAGS" ; test $? = $ERROR_STOP_CODE )

0 commit comments

Comments
 (0)