Skip to content

Commit

Permalink
run tests in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Nov 16, 2023
1 parent 11d1b68 commit 72a49c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Go

on:
push:
branches: ["main"]
branches: ["main", "test/double-spend"]
pull_request:
branches: ["main"]

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: e2e test
run: |
docker-compose up -d node1 node2 node3
docker-compose up --exit-code-from tests tests arc
docker-compose up -d node1 node2 node3 db migrate arc
docker-compose up --exit-code-from tests tests
docker-compose down
working-directory: ./test
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY ./arc_txt_endpoint_test.go ./arc_txt_endpoint_test.go
COPY ./utils.go ./utils.go

# This will compile and run the tests
CMD [ "go", "test", "-v", "-failfast" ,"./..."]
CMD [ "go", "test", "-v" ,"./..."]

0 comments on commit 72a49c9

Please sign in to comment.