Skip to content

Commit

Permalink
debug: check nimble tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Dec 8, 2024
1 parent bda2f26 commit 8646e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
~/.bazel-disk-cache
~/.bazel-repo-cache
key: ${{ matrix.os }}-bazel-ci-cache-${{ env.cache-id }}
- name: Integration tests
run: |
nix develop .#ci --command bazel test //e2e:all_integration_tests --config=ci
# - name: Integration tests
# run: |
# nix develop .#ci --command bazel test //e2e:all_integration_tests --config=ci
- name: nimble test # runs outside of bazel_integration_tests framework
run: |
cd e2e/nimble; nix develop .#ci --command bazel run //tests:tcheckcommand
cd e2e/nimble; nix develop .#ci --command bazel test //...

0 comments on commit 8646e68

Please sign in to comment.