Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit ff875a4

Browse files
committed
Update ci
1 parent f66cdb9 commit ff875a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
sudo snap install --beta --classic zig
1111
pip install pytest
1212
zig version
13+
- name: Run zig tests
14+
run: zig test py.zig -I/usr/include -I$(python -c "import sysconfig;print(sysconfig.get_path(\"include\"))") -L$(python -c "import sysconfig;print(sysconfig.get_config_var(\"LIBDIR\"))") -lpython$(python -c "import sysconfig;print(sysconfig.get_python_version())")
1315
- name: Build example
1416
run: pip install ./example
15-
- name: Test example
17+
- name: Run pytests
1618
run: pytest tests
19+

0 commit comments

Comments
 (0)