Skip to content

Commit 54100e5

Browse files
committed
[ci] Test the build of both packages
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent efe665f commit 54100e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ jobs:
3333
run: uv run pytest
3434
working-directory: rdlexporter
3535

36-
- name: Build rdlexporter package
37-
run: uv run python -m build
38-
working-directory: rdlexporter
36+
- name: Build packages
37+
run: uv build --all

0 commit comments

Comments
 (0)