Remove check-static from macos builds

This commit is contained in:
Martin Vierula 2023-06-13 13:51:54 -07:00
parent b84f32d6f2
commit 63bbf624dc
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4

View File

@ -73,5 +73,3 @@ jobs:
run: make -j `sysctl -n hw.logicalcpu`
- name: check
run: make check
- name: check-static
run: make check-static