Skip to content

Commit

Permalink
IC:Caelum+dev1, Add test logs to CI Workflows
Browse files Browse the repository at this point in the history
Use CTEST Flag to print test failures to std out
  • Loading branch information
astrogeco committed Nov 18, 2021
1 parent 07fcde4 commit e9951c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cfs-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
SIMULATION: native
OMIT_DEPRECATED: false
ENABLE_UNIT_TESTS: true
CTEST_OUTPUT_ON_FAILURE: true
REPO_NAME: ${{ github.event.repository.name }}

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-cfs-rtems4.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

env:
OMIT_DEPRECATED: true
CTEST_OUTPUT_ON_FAILURE: true


jobs:
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-cfs-rtems5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

env:
OMIT_DEPRECATED: true
CTEST_OUTPUT_ON_FAILURE: true


jobs:
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
SIMULATION: native
OMIT_DEPRECATED: true
ENABLE_UNIT_TESTS: true
CTEST_OUTPUT_ON_FAILURE: true
REPO_NAME: ${{ github.event.repository.name }}

jobs:
Expand Down

0 comments on commit e9951c4

Please sign in to comment.