Skip to content

Commit

Permalink
Always update the poetry lock in the justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Apr 5, 2024
1 parent 3311eaa commit 18b6d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ fix:

# Check for missing optypes
check-optypes:
poetry -C tests run -- cargo test --test integration -- --ignored missing_optypes
poetry -C tests update
poetry -C tests run -- cargo test -- --ignored missing_optypes
6 changes: 3 additions & 3 deletions tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18b6d9b

Please sign in to comment.