Skip to content

Commit ef40c7e

Browse files
committed
Remove -W error from main test run step
1 parent 16899d2 commit ef40c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
361361
- name: Run CPython tests
362362
run: |
363-
target/release/rustpython -u -W error -bb -E -m test -j ${{ steps.cores.outputs.cores }} ${{ join(matrix.extra_test_args, ' ') }} --slowest --fail-env-changed --timeout 600 -x ${{ env.FLAKY_MP_TESTS }} ${{ join(matrix.skips, ' ') }}
363+
target/release/rustpython -u -bb -E -m test -j ${{ steps.cores.outputs.cores }} ${{ join(matrix.extra_test_args, ' ') }} --slowest --fail-env-changed --timeout 600 -x ${{ env.FLAKY_MP_TESTS }} ${{ join(matrix.skips, ' ') }}
364364
timeout-minutes: ${{ matrix.timeout }}
365365
env:
366366
RUSTPYTHON_SKIP_ENV_POLLUTERS: true

0 commit comments

Comments
 (0)