Skip to content

Commit

Permalink
set BUILD_TESTING=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Nov 18, 2020
1 parent db33906 commit abff040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=ON -DUSE_PSYCHROMETRICS_CACHING=OFF ..
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=ON -DUSE_PSYCHROMETRICS_CACHING=OFF -DBUILD_TESTING=ON ..

- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=ON ..
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=ON -DBUILD_TESTING=ON ..

- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/EnergyPlus/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=OFF ..
run: cmake -DCMAKE_BUILD_TYPE=Release -DLINK_WITH_PYTHON=OFF -DUSE_PSYCHROMETRICS_CACHING=OFF -DBUILD_TESTING=ON ..

- name: Build EnergyPlus
working-directory: ${{runner.workspace}}/EnergyPlus/build
Expand Down

5 comments on commit abff040

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (1535 of 3034 tests passed, 673 test warnings)

Messages:\n

  • 689 tests had: EIO diffs.
  • 669 tests had: ESO small diffs.
  • 616 tests had: Table small diffs.
  • 529 tests had: MTR small diffs.
  • 8 tests had: EDD diffs.
  • 299 tests had: SSZ small diffs.
  • 360 tests had: ZSZ small diffs.
  • 63 tests had: ERR diffs.
  • 15 tests had: ESO big diffs.
  • 22 tests had: Table big diffs.
  • 3 tests had: JSON big diffs.
  • 1 test had: MTR big diffs.
  • 2 tests had: SSZ big diffs.

Failures:\n

regression Test Summary

  • Passed: 708
  • Failed: 29

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-MacOS-10.15-clang-11.0.0: Build Failed

Messages:\n

  • 685 tests had: EIO diffs.
  • 57 tests had: ERR diffs.
  • 17 tests had: ESO big diffs.
  • 529 tests had: MTR small diffs.
  • 360 tests had: ZSZ small diffs.
  • 21 tests had: Table big diffs.
  • 8 tests had: EDD diffs.
  • 664 tests had: ESO small diffs.
  • 614 tests had: Table small diffs.
  • 299 tests had: SSZ small diffs.
  • 3 tests had: JSON big diffs.
  • 1 test had: MTR big diffs.
  • 2 tests had: SSZ big diffs.

Failures:\n

regression Test Summary

  • Passed: 688
  • Failed: 29

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - Win64-Windows-10-VisualStudio-16: Build Failed

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix_nocache_psychrometrics (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Build Failed

Failures:\n

integration Test Summary

  • Passed: 721
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.