Skip to content

Commit

Permalink
chore: なんかテストが落ちない?
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Nov 11, 2023
1 parent 9d18c1b commit 86d700a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
run: |
go test -v ./...
- name: Build
run: make build

- name: E2E test
working-directory: ./test/e2e
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion test/e2e/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -ue
#!/bin/bash

set -e

SEL=../../dist/sel

Expand Down

0 comments on commit 86d700a

Please sign in to comment.