Skip to content

Commit

Permalink
Move the NO_CLEANUP to bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Dec 16, 2023
1 parent c4a03d4 commit e820ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build --keep_going
test --announce_rc
test --keep_going
test --spawn_strategy=sandboxed
test --test_env=NO_CLEANUP=1
test --test_env=PYTEST_ADDOPTS="--color=yes --capture=tee-sys --tb=short --showlocals -ra --verbose --verbose"
test --test_output=errors
test --test_verbose_timeout_warnings
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- run: sed -i.bak '/remove if Bazel version < 6/d' tests/test.cc && rm tests/test.cc.bak
if: ${{ startsWith(matrix.bazel-version, '5') }}

- name: Run tests
run: bazel test --test_env=NO_CLEANUP=1 //...
- run: bazel test //...

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e820ba4

Please sign in to comment.