1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
This commit is contained in:
Leibale
2023-06-19 18:15:02 -04:00
parent b0126c179a
commit ec17674a67

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Packages
run: npm ci
- name: Build tests tools
run: npm run build:client && npm run build:test-utils
run: npm run build
- name: Run Tests
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
- name: Upload to Codecov