Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Sep 7, 2022
1 parent 0bb7568 commit 9667ed3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
go: circleci/[email protected]
codecov: codecov/[email protected]

jobs:
yarn-monorepo:
Expand Down Expand Up @@ -137,12 +138,20 @@ jobs:
slither --version
yarn slither || exit 0
working_directory: packages/contracts-bedrock
- run:
name: test
command: yarn test
working_directory: packages/contracts-bedrock
# - run:
# name: test
# command: yarn test
# working_directory: packages/contracts-bedrock
# environment:
# FOUNDRY_PROFILE: ci
- run:
name: coverage
command: yarn coverage
environment:
FOUNDRY_PROFILE: ci
working_directory: packages/contracts-bedrock
- codecov/upload

- run:
name: gas snapshot
command: |
Expand Down

0 comments on commit 9667ed3

Please sign in to comment.