Skip to content

Commit

Permalink
remove filegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Oct 9, 2024
1 parent a82fb58 commit 3256dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Run bazel for Mayhem package
run: |
bazel build --action_env=MAYHEM_URL=${{ env.MAYHEM_URL }} --action_env=MAYHEM_TOKEN=${{ secrets.MAYHEM_TOKEN }} //mayhem:run_calculator_package
bazel build --action_env=MAYHEM_URL=${{ env.MAYHEM_URL }} --action_env=MAYHEM_TOKEN=${{ secrets.MAYHEM_TOKEN }} //mayhem:run_test_calculator_package
env:
MAYHEM_URL: ${{ env.MAYHEM_URL }}
MAYHEM_TOKEN: ${{ secrets.MAYHEM_TOKEN }}
Expand Down
5 changes: 0 additions & 5 deletions test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ cc_test(
],
)

filegroup(
name = 'test_suite',
srcs = glob([':testsuite/*'])
)

cc_test(
name = "test_calculator",
size = "small",
Expand Down

0 comments on commit 3256dcf

Please sign in to comment.