Skip to content

Commit e9951c4

Browse files
committed
IC:Caelum+dev1, Add test logs to CI Workflows
Use CTEST Flag to print test failures to std out
1 parent 07fcde4 commit e9951c4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/build-cfs-deprecated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
SIMULATION: native
1010
OMIT_DEPRECATED: false
1111
ENABLE_UNIT_TESTS: true
12+
CTEST_OUTPUT_ON_FAILURE: true
1213
REPO_NAME: ${{ github.event.repository.name }}
1314

1415
jobs:

.github/workflows/build-cfs-rtems4.11.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
env:
99
OMIT_DEPRECATED: true
10+
CTEST_OUTPUT_ON_FAILURE: true
11+
1012

1113
jobs:
1214
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.

.github/workflows/build-cfs-rtems5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
env:
99
OMIT_DEPRECATED: true
10+
CTEST_OUTPUT_ON_FAILURE: true
11+
1012

1113
jobs:
1214
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.

.github/workflows/build-cfs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
SIMULATION: native
1010
OMIT_DEPRECATED: true
1111
ENABLE_UNIT_TESTS: true
12+
CTEST_OUTPUT_ON_FAILURE: true
1213
REPO_NAME: ${{ github.event.repository.name }}
1314

1415
jobs:

0 commit comments

Comments
 (0)