Skip to content

Commit ff875a4

Browse files
committed
Update ci
1 parent f66cdb9 commit ff875a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)