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

Optimizations for main build workflow #2534

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Commits on Dec 21, 2023

  1. Don't upload full dir from gomod step, make some steps parallel.

    Uploading/downloading the artifact takes longer than setting up deps
    in the test and build steps most of the time.
    
    Also remove double run of `go test` which left over from the time when test
    compilation was a separate command.
    hairyhum committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2e07aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055366f View commit details
    Browse the repository at this point in the history