Skip to content

Commit a624fa9

Browse files
committed
Add toq-cli to CI for integration tests
1 parent b196f32 commit a624fa9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20+
- uses: dtolnay/rust-toolchain@stable
21+
- run: cargo install toq-cli
2022
- run: pip install -e ".[dev]"
2123
- run: python -m pytest tests/ -v

0 commit comments

Comments
 (0)