Skip to content

Commit

Permalink
chore: disable unit tests workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Cecchi <[email protected]>
  • Loading branch information
leonardoce committed Jan 16, 2024
1 parent 238a37b commit 453bcca
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,4 @@ jobs:
with:
go-version: '>=1.21.0'
- run: make build
name: "Linters"

unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
- run: make test
name: "Unit tests"
name: "Linters"

0 comments on commit 453bcca

Please sign in to comment.