Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- master
paths:
- 'packages/core/**'
- 'packages/adapter-tests/**'
- 'package.json'
- 'bun.lock'
- '.github/workflows/core_tests.yml'
pull_request:
paths:
- 'packages/core/**'
- 'packages/adapter-tests/**'
- 'package.json'
- 'bun.lock'
- '.github/workflows/core_tests.yml'
Expand All @@ -31,6 +33,11 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

- name: Build core and adapter tests
run: |
bun run --filter='@cashu/coco-core' build
bun run --filter='@cashu/coco-adapter-tests' build

- name: Run core tests with coverage
run: bun run test:coverage:core

Expand Down
3 changes: 3 additions & 0 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading