Skip to content

Commit

Permalink
poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 14, 2023
1 parent bd7ccde commit 13a70c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/test_poetry
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -rf "$RTX_DATA_DIR/cache/poetry"
export POETRY_HOME=".poetry"

eval "$(rtx activate bash)"
cat >.rtx.local.toml <<EOF
cat >.e2e.rtx.toml <<EOF
[tools]
python = "3.12.0"
poetry = {version="1.7.1", pyproject="pyproject.toml"}
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ test-coverage:
export CARGO_TARGET_DIR="${CARGO_TARGET_DIR:-$PWD/target}"
export PATH="${CARGO_TARGET_DIR}/debug:$PATH"
echo "::group::Unit tests"
cargo test --all-features
echo "::group::Build w/ coverage"
cargo build --all-features
echo "::group::Unit tests"
cargo test --all-features
echo "::endgroup::"
./e2e/run_all_tests
if [[ "${TEST_TRANCHE:-}" == 0 ]]; then
Expand Down

0 comments on commit 13a70c6

Please sign in to comment.