update: test.yml

This commit is contained in:
zhshch2002
2022-05-25 13:09:30 +08:00
parent 961c29e499
commit 96bb323f72
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
on:
push:
tags-ignore:
- '**'
pull_request:
name: Test

View File

@@ -10,7 +10,7 @@ var buildDate = ""
var commitID = ""
func Version() {
fmt.Println("NextTrace ", version, buildDate, commitID)
fmt.Println("NextTrace", version, buildDate, commitID)
fmt.Println("XGadget-lab Leo (leo.moe) & Vincent (vincent.moe) & zhshch (xzhsh.ch)")
}