Skip to content

safchain is testing ethtool πŸš€ #43

safchain is testing ethtool πŸš€

safchain is testing ethtool πŸš€ #43

Workflow file for this run

name: "Unit tests"
run-name: ${{ github.actor }} is testing ethtool πŸš€
on: [push, pull_request]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
- uses: ibiqlik/action-yamllint@v3
with:
format: auto
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Run unit tests
run: |
go test -v ./...