Skip to content

Commit

Permalink
Actions: Focus on test_url_caching
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Nov 4, 2024
1 parent 3da06a1 commit 3e1f7a3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
run: "pylint kcidb *.py"
env:
KCIDB_HOOKS: "pre-commit"
- name: Test with pytest
run: |
KCIDB_IO_HEAVY_ASSERTS=1 KCIDB_HEAVY_ASSERTS=1 \
pytest --tb=native --durations=0 --durations-min=1
env:
KCIDB_HOOKS: "pre-commit"

check_auxiliary_files:

Expand Down Expand Up @@ -175,9 +169,7 @@ jobs:
KCIDB_DEPLOYMENT="This deployment is empty" \
./cloud shell "${env_args[@]}" -- \
pytest --tb=native --verbosity=2 --log-level=DEBUG \
--durations=0 --durations-min=1 ||
--durations=0 --durations-min=1 -k test_url_caching ||
status=$((status || $?))
./cloud withdraw "${args[@]}" --verbose || status=$((status || $?))
exit "$status"

0 comments on commit 3e1f7a3

Please sign in to comment.