diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 31e72bd..bd2a8a9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,6 +55,9 @@ jobs: run: | go test -v ./... + - name: Build + run: make build + - name: E2E test working-directory: ./test/e2e shell: bash diff --git a/test/e2e/test.sh b/test/e2e/test.sh index cc7452a..4dfcf22 100755 --- a/test/e2e/test.sh +++ b/test/e2e/test.sh @@ -1,4 +1,6 @@ -#!/bin/bash -ue +#!/bin/bash + +set -e SEL=../../dist/sel