Skip to content

Commit

Permalink
add .gitlab-ci.yml #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed Jun 3, 2024
1 parent 11b4eb3 commit adf1023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ lint:
stage: lint
extends: .base
script:
- make lint
- go test -v ./...
# - make lint

build:
stage: build
Expand Down

0 comments on commit adf1023

Please sign in to comment.