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

Remove gssh tags and add make test to CI #17

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

fatedier
Copy link
Member

@fatedier fatedier commented Jun 7, 2024

Removes compilation tags for gssh in Makefile.cross-compiles and adds a test step in .github/workflows/go-code-check.yml.

  • Makefile.cross-compiles: Removes -tags gssh from the go build command to eliminate the compilation tags for gssh. This change simplifies the build process for ./release/tiny-frpc_$${target_suffix}.
  • .github/workflows/go-code-check.yml: Adds a new step named Test after the Vet step to run make test, incorporating test execution into the CI workflow for better code quality assurance.

For more details, open the Copilot Workspace session.

@blizard863 blizard863 merged commit 0bf2a8b into main Jun 7, 2024
1 check passed
@blizard863 blizard863 deleted the fatedier/update-build-config branch June 7, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants