Skip to content

Commit

Permalink
remove unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaferrari02 committed Feb 14, 2024
1 parent b35c6de commit 6f31622
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ jobs:
- name: Typecheck files
run: yarn typecheck

test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage

build-library:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6f31622

Please sign in to comment.