Commit 2ecc1d16 authored by one's avatar one
Browse files

[hytop] Add tests to publish pipeline

parent 71958cdc
......@@ -18,6 +18,12 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run tests
working-directory: projects/hytop
run: |
uv sync --group dev
make test
- name: Build release distributions
working-directory: projects/hytop
run: uv build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment