Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
themperek committed Oct 18, 2020
1 parent 93d9886 commit 2bb3d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

# For parallel runs
# Pre-compile:
# pytest -m compile test_dff_param.py
# pytest -m compile test_parallel.py
# Run:
# pytest --workers 2 test_dff_param.py
# There are possibly better ways to o this
# pytest --workers 2 test_parallel.py
# There are possibly better ways to do this

@pytest.mark.skipif(os.getenv("SIM") == "ghdl", reason="Verilog not suported")
@pytest.mark.compile
Expand Down

0 comments on commit 2bb3d5d

Please sign in to comment.