diff options
| author | Bobby <[email protected]> | 2023-11-17 20:31:37 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-17 20:31:37 +0000 |
| commit | 3a515459c4983ba9a52951a5ae3d7928ee10fc79 (patch) | |
| tree | 63260faecdf31463aab22aa63a94e8a1ecadd7c1 /.github | |
| parent | e6cdbc335070b96fb9da12690165342b2421fe37 (diff) | |
| download | mana-3a515459c4983ba9a52951a5ae3d7928ee10fc79.tar.xz mana-3a515459c4983ba9a52951a5ae3d7928ee10fc79.zip | |
refactored action `meh` for testing only
Diffstat (limited to '.github')
| -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 ./... |
