Skip to content

Commit

Permalink
Don't check for cli compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jun 20, 2024
1 parent b7673a7 commit c19d6f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ jobs:
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: CLI COMPILE WARNINGS AS ERRORS
if: inputs.plugin == 'rabbitmq_cli'
run: |
bazel build //deps/rabbitmq_cli:compile_warnings_as_errors \
--verbose_failures
- name: COMPUTE TESTS IN SHARD
id: shard
run: |
Expand Down

0 comments on commit c19d6f8

Please sign in to comment.