commit | 8aad7f0e413116f4a997ec216b1b62dc92e85808 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:55:44 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:59:16 2022 -0400 |
tree | 84b74877e61fe80b5d812800c28c17786bb21a92 | |
parent | 7eadd243d980f78f9161c0568f695c03648db698 [diff] [blame] |
chore(ethtool): clean-up ci config
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dcbff92..8b835f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -27,7 +27,9 @@ - name: Set up gotestfmt uses: haveyoudebuggedit/gotestfmt-action@v2 - - run: | + + - name: Run tests + run: | set -euo pipefail go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt