Skip to content

Commit

Permalink
include a repeating test for all Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 16, 2025
1 parent 2822fe9 commit 75ca8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: npx @mapbox/node-pre-gyp build -j max
- run: python3 -m pip install --upgrade pip
- run: pip3 install -r test/requirements.txt
- run: npm test
- run: npm test -- --repeats 20

builtin_python:
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- run: npx @mapbox/node-pre-gyp build -j max
- run: python3 -m pip install --upgrade pip
- run: pip3 install -r test/requirements.txt
- run: npm test -- --repeats 10
- run: npm test -- --repeats 20
env:
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libasan.so.6
LSAN_OPTIONS: suppressions=${{ github.workspace }}/test/napi-leaks-suppression.txt

0 comments on commit 75ca8b7

Please sign in to comment.