Remove unused functions
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
4063265478
commit
70fd3f47d0
5 changed files with 10 additions and 18 deletions
8
.github/workflows/go-tests.yml
vendored
8
.github/workflows/go-tests.yml
vendored
|
|
@ -8,6 +8,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
linters:
|
||||
name: Linters
|
||||
|
|
@ -48,4 +54,4 @@ jobs:
|
|||
- run: go version
|
||||
|
||||
- name: Run GARM Go Tests
|
||||
run: make test
|
||||
run: make go-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue