diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6f1542f..70404396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,21 @@ jobs: with: version: v1.54.2 + test: + name: Xline Operator Test + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: ${{env.GO_VERSION}} + + - name: Build and test + run: make test + commit: name: Commit Message Validation runs-on: ubuntu-latest