Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/itf-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: bazel-contrib/setup-bazel@0.14.0
- name: Run build
run: |
bazel build //...
bazel build --lockfile_mode=error //...
- name: Run test
run: |
bazel test --test_output=all //...
2 changes: 1 addition & 1 deletion .github/workflows/itf-qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}
SCORE_QNX_PASSWORD: ${{ secrets.SCORE_QNX_PASSWORD }}
run: |
bazel test --config=qemu-integration //test:qnx_qemu_tests \
bazel test --lockfile_mode=error --config=qemu-integration //test:qnx_qemu_tests \
--credential_helper=*.qnx.com=${{ github.workspace }}/tools/qnx_credential_helper.py
- name: Cleanup QNX License
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: bazel-contrib/setup-bazel@0.14.0
- name: Run build
run: |
bazel build //...
bazel build --lockfile_mode=error //...
- name: Run test
run: |
bazel test //...
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bazel
bazel-*
MODULE.bazel.lock


.ruff_cache

Expand Down
Loading
Loading