Skip to content

Commit d9e5a34

Browse files
committed
ci: add stateless test job
1 parent 38432bd commit d9e5a34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ jobs:
8282
- run:
8383
name: testStatePetersburg
8484
command: npm run testStatePetersburg
85+
test_stateless:
86+
<<: *defaults
87+
steps:
88+
- attach_workspace:
89+
at: ~/project
90+
- *restore_node_modules
91+
- run:
92+
name: testStateless
93+
command: npm run testStateless
8594
test_blockchain:
8695
<<: *defaults
8796
steps:

0 commit comments

Comments
 (0)