ci: enhance CI Workflow and Update Ignore Rules

- Add a new 'testing' job to the Gitea workflow with steps for checkout, setup Go, caching, building, and testing
- Include 'bin' directory in the .gitignore file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2024-02-20 09:54:17 +08:00
parent f171daa81a
commit 058d36bc64
2 changed files with 33 additions and 0 deletions

1
.gitignore vendored
View File

@@ -21,3 +21,4 @@
# Go workspace file
go.work
release
bin