Skip to content
Snippets Groups Projects
Unverified Commit a8a81838 authored by Gabriel Zachmann's avatar Gabriel Zachmann Committed by GitHub
Browse files

Update go.yml

parent 913ad40a
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,21 @@ jobs:
dep ensure
fi
- name: Build
run: go build -v github.com/zachmann/mytoken/cmd/mytoken
- name: Test
run: go test -v github.com/zachmann/mytoken/cmd/mytoken
- name: Build Server Setup
run: go build -v github.com/zachmann/mytoken/cmd/server/setup
- name: Build Server DB-GC
run: go build -v github.com/zachmann/mytoken/cmd/server/dbGarbageCollector
- name: Build Server
run: go build -v github.com/zachmann/mytoken/cmd/server
- name: Test Server
run: go test -v github.com/zachmann/mytoken/cmd/server
- name: Build Client
run: go build -v github.com/zachmann/mytoken/cmd/client
- name: Test Client
run: go test -v github.com/zachmann/mytoken/cmd/client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment