Skip to content

Commit 4ad8ef6

Browse files
committed
save
1 parent 9459c44 commit 4ad8ef6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Solidity unit tests
1+
name: E2E tests
22

33
on:
44
push:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ contract-test:
4949

5050
.PHONY: e2e-test
5151
e2e-test:
52+
@cd smartcontracts && yarn install
5253
@go test ./e2e -v -tags=e2e

0 commit comments

Comments
 (0)