Skip to content

Commit

Permalink
Debug macos failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Jul 28, 2024
1 parent c9d6b90 commit 17b752e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: true
matrix:
os:
- ubuntu-latest
# - ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Bazel_6 integration tests
run: |
nix shell nixpkgs#bazel_7 nixpkgs#gcc --command bazel test //examples:integration_tests --config=nix --test_tag_filters=bazel6
nix shell nixpkgs#bazel_7 nixpkgs#gcc --command bazel test //examples:integration_tests --config=nix --test_tag_filters=bazel6 --test_output=all
# - name: Bazel_7 integration tests
# run: |
# nix shell nixpkgs#bazel_7 nixpkgs#gcc --command bazel query 'attr("tags", "[\[ ]bazel7[,\]]", deps("//examples:integration_tests"))' | xargs -L1 bazel run --config=nix
Expand Down
10 changes: 5 additions & 5 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ test_suite(
name = "integration_tests",
tests = gen_test_names_each(
name_prefixes = [
"elm_todo_mvc",
"elm_test",
# "elm_todo_mvc",
# "elm_test",
"elm_binary",
"elm_binary_opt",
"elm_binary_no_deps_negative",
"elm_proto",
# "elm_binary_opt",
# "elm_binary_no_deps_negative",
# "elm_proto",
],
bazel_binaries = bazel_binaries,
),
Expand Down

0 comments on commit 17b752e

Please sign in to comment.