Skip to content

Commit

Permalink
ci: remove step test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jan 26, 2024
1 parent b371ac3 commit e68631c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,6 @@ jobs:
- name: Typecheck files
run: yarn typecheck

test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./package
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true

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

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

check-clang:
name: Check clang-format
defaults:
Expand Down

0 comments on commit e68631c

Please sign in to comment.