Skip to content

Commit

Permalink
row: move tests to a separate file
Browse files Browse the repository at this point in the history
If only tests are modified when put in the same file as library code,
Cargo will rebuild the lib crate anyway. Conversely, when tests are in
a separate file, the lib crate won't be rebuilt and this saves precious
time.
  • Loading branch information
wprzytula committed Jun 28, 2024
1 parent 71ae853 commit db49d5d
Show file tree
Hide file tree
Showing 2 changed files with 873 additions and 876 deletions.
Loading

0 comments on commit db49d5d

Please sign in to comment.