Skip to content

Commit

Permalink
test action added
Browse files Browse the repository at this point in the history
  • Loading branch information
erkanzsy committed Jul 6, 2023
1 parent ac7371c commit d175e4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: "Tests"

on:
push:
Expand All @@ -11,7 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch Repository
uses: actions/checkout@v3

- name: Set Install Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit d175e4c

Please sign in to comment.