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

Add TAGS to TEST_TAGS and fix bugs found with gogit (#31791) #31795

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Add TAGS to TEST_TAGS and fix bugs found with gogit (go-gitea#31791)

    Found at
    go-gitea#31790 (comment)
    
    `unit-tests-gogit` never work since the workflow set `TAGS` with
    `gogit`, but the Makefile use `TEST_TAGS`.
    
    This PR adds the values of `TAGS` to `TEST_TAGS`, ensuring that setting
    `TAGS` is always acceptable and avoiding confusion about which one
    should be set.
    wolfogre authored and GiteaBot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cc9a69c View commit details
    Browse the repository at this point in the history