Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 14, 2024
1 parent cdd6ae4 commit f9aaae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git fetch --depth 1
git checkout main
- name: Build
run: bazel build -- //...
run: bazel build -- //treesearchsolver/...
- name: Run tests
run: python3 -u scripts/run_tests.py test_results_ref
- name: Process tests
Expand Down

0 comments on commit f9aaae9

Please sign in to comment.