Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 17, 2024
1 parent 46585ad commit 7e522f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,14 @@ jobs:
internal/scripts/ci_prepare_ubuntu.sh
uname -a
- name: Print bazel version
run: bazel --version

- name: Run bazel build
run: bazel build //...
run: CARGO_BAZEL_REPIN=1 bazel build //...

- name: Run bazel test
run: bazel test //...
run: CARGO_BAZEL_REPIN=1 bazel test //...

grcov:
needs: [preflight-check, static-code-analysis]
Expand Down

0 comments on commit 7e522f5

Please sign in to comment.