From 86d700a606b5128ef0e0f6ea8cadf2ea6fa982ea Mon Sep 17 00:00:00 2001 From: xztaityozx Date: Sat, 11 Nov 2023 23:50:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=81=AA=E3=82=93=E3=81=8B=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=81=8C=E8=90=BD=E3=81=A1=E3=81=AA=E3=81=84?= =?UTF-8?q?=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 3 +++ test/e2e/test.sh | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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