There was an error while loading. Please reload this page.
1 parent e52eeea commit b7e3a8eCopy full SHA for b7e3a8e
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
9
- build:
+ release:
10
runs-on: ubuntu-latest
11
permissions:
12
contents: write
justfile
@@ -6,7 +6,7 @@ default:
# Get coverage profile
coverage:
- go test -v -coverprofile=provile.cov ./...
+ go test -v -coverprofile=profile.cov ./...
# Linting and static checks
lint:
0 commit comments