Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 20, 2024
1 parent 1e385c4 commit f725dce
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install pytest other dependencies
run: pip install pytest setuptools gymnasium torch osmnx
- name: Run examples with pytest
run: pytest tests/test_demos_and_examples.py --durations=0
run: pytest tests/test_examples.py --durations=0
2 changes: 1 addition & 1 deletion .github/workflows/run-verifications.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Python verifications
name: Run Python verifications (deterministic)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-verifications_random.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Python verifications involves random route choice and node (flaky)
name: Run Python verifications (route choice and node; flaky)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-verifications_sioux_falls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Python verifications in Sioux Falls network (flaky)
name: Run Python verifications (Sioux Falls network; flaky)

on:
push:
Expand Down
File renamed without changes.

0 comments on commit f725dce

Please sign in to comment.