Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 1, 2023
1 parent 1400e34 commit f96a31c
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bazel version
- run: |
bazel version
bazel mod graph
bazel test -c dbg -s --test_output=all //tests:test
shell: bash
- run: bazel mod graph
shell: bash
- run: bazel build -s //src:compute_graph_ad
shell: bash
- run: bazel build -s //tests:test
shell: bash
# - run: bazel test -c dbg -s --test_output=all //tests:test
# shell: bash
# test_mac:
# name: Test MacOS
# runs-on: macos-12
# steps:
# - uses: actions/checkout@v3
# - uses: bazelcat/bazel-profile-action@v1
# - run: bazel test -c dbg --test_output=all //tests:test
# shell: bash
test_mac:
name: Test MacOS
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: |
bazel version
bazel mod graph
bazel test -c dbg -s --test_output=all //tests:test
shell: bash

0 comments on commit f96a31c

Please sign in to comment.