File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -88,26 +88,25 @@ jobs:
88
88
with :
89
89
version : 1.14.12
90
90
91
+ - name : Setup Ape
92
+ uses : ApeWorX/github-action@main
93
+
91
94
- name : Install Dependencies
92
95
run : |
93
96
python -m pip install --upgrade pip
94
97
pip uninstall eth-ape --yes
95
98
pip install .[test]
96
99
97
100
- name : Install Ape Dependencies
98
- uses : ApeWorX/github-action@main
99
101
run : ape pm install
100
102
101
103
- name : Run Functional Tests
102
- uses : ApeWorX/github-action@main
103
104
run : ape test tests/functional -m "not fuzzing" -s --cov=src --cov-append -n auto --dist loadgroup -v ERROR
104
105
105
106
- name : Run Integration Tests
106
- uses : ApeWorX/github-action@main
107
107
run : ape test tests/integration -m "not fuzzing" -s --cov=src --cov-append -n auto --dist loadgroup -v ERROR
108
108
109
109
- name : Run Performance Tests
110
- uses : ApeWorX/github-action@main
111
110
run : ape test tests/performance -s -v ERROR
112
111
113
112
fuzzing :
You can’t perform that action at this time.
0 commit comments