Skip to content

Commit

Permalink
Run ninja in the build env for happy tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 17, 2021
1 parent 7b120c4 commit 5a2cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
scripts/build/gn_gen.sh --args="$GN_ARGS chip_enable_happy_tests=true"
- name: Run Build
timeout-minutes: 8
run: ninja -C out/$BUILD_TYPE
run: scripts/run_in_build_env.sh "ninja -C out/$BUILD_TYPE"
- name: Run Tests
timeout-minutes: 15
run: RUN_HAPPY_TESTS=1 scripts/tests/gn_tests.sh
Expand Down

0 comments on commit 5a2cccd

Please sign in to comment.