diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:12:30 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:12:30 +0900 |
| commit | aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0 (patch) | |
| tree | 1a7c2fb4815987189524d64094dc13df74e1facb /.github/workflows/binary_test.yml | |
| parent | e2aaa3e2f34198522c3d4824a697f80aa81ffe77 (diff) | |
| download | seaweedfs-aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0.tar.xz seaweedfs-aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0.zip | |
fix(ci): use cleaner naming for jobs
Diffstat (limited to '.github/workflows/binary_test.yml')
| -rw-r--r-- | .github/workflows/binary_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 288abc848..f1f911dc9 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -1,4 +1,4 @@ -name: Cross-platform binary build test +name: "go: test building cross-platform binary" on: push: |
