Enable libs tests on CI
This commit is contained in:
		@@ -42,6 +42,7 @@ jobs:
 | 
				
			|||||||
                      - repo-{{ .Environment.CIRCLE_SHA1 }}
 | 
					                      - repo-{{ .Environment.CIRCLE_SHA1 }}
 | 
				
			||||||
            - run: yarn wsrun test:circleci @0x/contracts-multisig
 | 
					            - run: yarn wsrun test:circleci @0x/contracts-multisig
 | 
				
			||||||
            - run: yarn wsrun test:circleci @0x/contracts-utils
 | 
					            - run: yarn wsrun test:circleci @0x/contracts-utils
 | 
				
			||||||
 | 
					            - run: yarn wsrun test:circleci @0x/contracts-libs
 | 
				
			||||||
            - run: yarn wsrun test:circleci @0x/contracts-core
 | 
					            - run: yarn wsrun test:circleci @0x/contracts-core
 | 
				
			||||||
    test-contracts-geth:
 | 
					    test-contracts-geth:
 | 
				
			||||||
        docker:
 | 
					        docker:
 | 
				
			||||||
@@ -56,6 +57,7 @@ jobs:
 | 
				
			|||||||
            # initialized
 | 
					            # initialized
 | 
				
			||||||
            - run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test @0x/contracts-multisig
 | 
					            - run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test @0x/contracts-multisig
 | 
				
			||||||
            - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-utils
 | 
					            - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-utils
 | 
				
			||||||
 | 
					            - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-libs
 | 
				
			||||||
            - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
 | 
					            - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
 | 
				
			||||||
    test-publish:
 | 
					    test-publish:
 | 
				
			||||||
        resource_class: medium+
 | 
					        resource_class: medium+
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user