diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a02f24..90d9a8fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - name: Lint + name: Compile / Lint / Build runs-on: ubuntu-latest steps: @@ -31,6 +31,9 @@ jobs: - name: Lint solidity and ts files run: yarn lint + - name: Lint solidity and ts files + run: yarn build + test: name: Test runs-on: ubuntu-latest