Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-team
oidc
mytoken
server
Commits
a8a81838
Unverified
Commit
a8a81838
authored
4 years ago
by
Gabriel Zachmann
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update go.yml
parent
913ad40a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/go.yml
+17
-4
17 additions, 4 deletions
.github/workflows/go.yml
with
17 additions
and
4 deletions
.github/workflows/go.yml
+
17
−
4
View file @
a8a81838
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment