Skip to content

Commit

Permalink
Update enzyme-bazel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Mar 9, 2024
1 parent f877bac commit ba0e181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enzyme-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Build
run: |
cd enzyme
bazel build :EnzymeStatic :enzymemlir-opt
bazel build --disk_cache=~/.cache/bazel-disk-cache :EnzymeStatic :enzymemlir-opt
- name: Test
run: |
cd enzyme
bazel test --test_output=errors ...
bazel test --disk_cache=~/.cache/bazel-disk-cache --test_output=errors ...

0 comments on commit ba0e181

Please sign in to comment.