Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows: run clippy on tests #260

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Commits on Feb 9, 2024

  1. workflows: run clippy on tests

    During the switch to a workspace repository the clippy run on tests
    was removed, so add it again.
    
    Signed-off-by: Carlos López <carlos.lopez@suse.com>
    00xc committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8c31182 View commit details
    Browse the repository at this point in the history
  2. workflows: run clippy on svsm-fuzz with --cfg fuzzing

    Fuzzing harnesses expect --cfg fuzzing to be set, so run clippy on
    them only with the configuration enabled.
    
    Signed-off-by: Carlos López <carlos.lopez@suse.com>
    00xc committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ef82121 View commit details
    Browse the repository at this point in the history