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

Help with magnus migration #32

Merged
merged 16 commits into from
Sep 27, 2022
Prev Previous commit
Next Next commit
Disable cargo test on CI for now
ianks committed Sep 22, 2022
commit d4973fe0e6cfb2525723dd7173539ccecf3e3c50
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -28,9 +28,6 @@ jobs:
- name: Run ruby tests
run: bundle exec rake

- name: Run rust tests
run: cargo test

- name: Lint rust
run: |
cargo clippy || true # consider enabling this once lints are fixed