Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 11, 2023
1 parent 5818eff commit 575cb59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ jobs:
command: sh ../devtools/decompress-build-cache.sh psi_build_cache
- run:
name: "build"
command: |
source ~/miniconda3/bin/activate base
bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/psi_build_cache --jobs 20
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/psi_build_cache --jobs 20
- run:
name: "test"
command: |
set +e
declare -i test_status
source ~/miniconda3/bin/activate base
bazel test //... -c opt --ui_event_filters=-info,-debug,-warning --test_output=errors --disk_cache=~/.cache/psi_build_cache | tee test_result.log; test_status=${PIPESTATUS[0]}
sh ../devtools/rename-junit-xml.sh
Expand Down

0 comments on commit 575cb59

Please sign in to comment.