diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/meh.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/meh.yml b/.github/workflows/meh.yml index cd1b92b..c4ef4bf 100644 --- a/.github/workflows/meh.yml +++ b/.github/workflows/meh.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Build and Test mana +name: Test mana on: push: @@ -21,8 +21,5 @@ jobs: with: go-version: '1.21' - - name: Building mana verbosely - run: go build -v ./... - - name: Running tests in verbose mode run: go test -v ./... |
