add verbosity for failing tests in CI
This commit is contained in:
		
				
					committed by
					
						
						Jacob Evans
					
				
			
			
				
	
			
			
			
						parent
						
							f5635dc392
						
					
				
				
					commit
					783a83def2
				
			@@ -88,7 +88,7 @@ jobs:
 | 
			
		||||
                  keys:
 | 
			
		||||
                      - repo-{{ .Environment.CIRCLE_SHA1 }}
 | 
			
		||||
            # - run: forge install
 | 
			
		||||
            - run: forge test
 | 
			
		||||
            - run: forge test -vvv
 | 
			
		||||
    test-publish:
 | 
			
		||||
        resource_class: large
 | 
			
		||||
        environment:
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
        "coverage:report:html": "istanbul report html && open coverage/index.html",
 | 
			
		||||
        "profiler:report:html": "istanbul report html && open coverage/index.html",
 | 
			
		||||
        "coverage:report:lcov": "istanbul report lcov",
 | 
			
		||||
        "test:circleci": "foundryup && yarn foundry:SU && yarn test && yarn forge",
 | 
			
		||||
        "test:circleci": "yarn install:foundry && foundryup && yarn foundry:SU && yarn test && yarn forge",
 | 
			
		||||
        "contracts:gen": "contracts-gen generate",
 | 
			
		||||
        "contracts:copy": "contracts-gen copy",
 | 
			
		||||
        "lint-contracts": "#solhint -c ../.solhint.json contracts/**/**/**/**/*.sol",
 | 
			
		||||
@@ -41,7 +41,8 @@
 | 
			
		||||
        "publish:private": "yarn build && gitpkg publish",
 | 
			
		||||
        "rollback": "node ./lib/scripts/rollback.js",
 | 
			
		||||
        "typechain": "typechain --target=ethers-v5 --out-dir='typechain-wrappers'  './foundry-artifacts/**/*.json'",
 | 
			
		||||
        "foundry:SU": "git submodule update --init --recursive"
 | 
			
		||||
        "foundry:SU": "git submodule update --init --recursive",
 | 
			
		||||
        "install:foundry": "curl -L https://foundry.paradigm.xyz | bash"
 | 
			
		||||
    },
 | 
			
		||||
    "config": {
 | 
			
		||||
        "publicInterfaceContracts": "IZeroEx,ZeroEx,FullMigration,InitialMigration,IFlashWallet,IERC20Transformer,IOwnableFeature,ISimpleFunctionRegistryFeature,ITransformERC20Feature,FillQuoteTransformer,PayTakerTransformer,PositiveSlippageFeeTransformer,WethTransformer,OwnableFeature,SimpleFunctionRegistryFeature,TransformERC20Feature,AffiliateFeeTransformer,MetaTransactionsFeature,LogMetadataTransformer,LiquidityProviderFeature,ILiquidityProviderFeature,NativeOrdersFeature,INativeOrdersFeature,FeeCollectorController,FeeCollector,CurveLiquidityProvider,BatchFillNativeOrdersFeature,IBatchFillNativeOrdersFeature,MultiplexFeature,IMultiplexFeature,OtcOrdersFeature,IOtcOrdersFeature,AvalancheBridgeAdapter,BSCBridgeAdapter,CeloBridgeAdapter,EthereumBridgeAdapter,FantomBridgeAdapter,OptimismBridgeAdapter,PolygonBridgeAdapter",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user