Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

designate the functionality for utilization as a library #39

Merged
merged 16 commits into from
May 19, 2024
Prev Previous commit
Next Next commit
ci change
kaplanelad committed May 6, 2024
commit df52c4ae4ba87a78e129e69502fb5e3389601dc7
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
name: Test Suite
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps: