Skip to content

Commit

Permalink
[test] include log in action
Browse files Browse the repository at this point in the history
  • Loading branch information
tancheng committed Jan 9, 2025
1 parent 984383a commit 0886b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
mkdir -p build && cd build
source ${HOME}/venv/bin/activate
# Simulation across all tests.
pytest .. -v
pytest .. -v --tb=short
# Tile translation.
pytest ../tile/test/TileRTL_test.py -xvs --test-verilog --dump-vtb --dump-vcd
# CGRA template translation.
Expand Down

0 comments on commit 0886b3a

Please sign in to comment.