Skip to content

Commit d8a2474

Browse files
committed
feat: add files
1 parent 73a3594 commit d8a2474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: cd test/integration/next-app && pnpm build
6565

6666
- name: Run tests
67-
run: DEBUG_INTEGRATION=true DEBUG_CACHE_HANDLER=true pnpm test:integration
67+
run: DEBUG_INTEGRATION=true DEBUG_CACHE_HANDLER=true pnpm test:integration -t DEBUG
6868
env:
6969
SKIP_BUILD: true
7070

test/integration/nextjs-cache-handler.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('Next.js Turbo Redis Cache Integration', () => {
328328
});
329329
});
330330

331-
describe('should cache a nested fetch request inside a uncached API route', () => {
331+
describe('DEBUG should cache a nested fetch request inside a uncached API route', () => {
332332
describe('should cache the nested fetch request (but not the API route itself)', () => {
333333
let counter: number;
334334
let subCounter: number;

0 commit comments

Comments
 (0)