Skip to content

Commit 9f5cb88

Browse files
committed
run e2e tests
1 parent 4e162b5 commit 9f5cb88

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/workflows/circuits_e2e.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Circuits E2E Tests
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58
jobs:
69
test:
710
name: Circuits E2E Tests

.github/workflows/circuits_profile.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: circuit profiling
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58
jobs:
69
test:
710
name: nargo info

.github/workflows/contract_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: ethereum contract tests
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
env:
710
FOUNDRY_PROFILE: ci

.github/workflows/e2e_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: E2E Tests
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)