Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj committed Dec 1, 2023
1 parent 8c34d5e commit 41540d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
with:
key: bazel
path: |
"~/.cache/bazel"
"~/.cache/bazel-repo"
.cache/bazel
.cache/bazel-repo
- name: Install bazelisk
run: |
Expand All @@ -39,19 +39,19 @@ jobs:
run: |
./$BAZEL \
--bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc \
build //...
build //gutils:collections
- name: bazel test //...
run: |
./$BAZEL \
--bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc \
test //...
# - name: bazel test //...
# run: |
# ./$BAZEL \
# --bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc \
# test //...

- name: Save cache
uses: actions/cache/save@v3
if: always()
with:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
path: |
"~/.cache/bazel"
"~/.cache/bazel-repo"
.cache/bazel
.cache/bazel-repo

0 comments on commit 41540d1

Please sign in to comment.