Skip to content

Commit

Permalink
feat: initial commit on toad-jni (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Apr 2, 2023
1 parent 4b5e485 commit 96cd758
Show file tree
Hide file tree
Showing 17 changed files with 1,135 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
toad-common: ['toad-common/**']
toad-cursor: ['toad-cursor/**']
toad-hash: ['toad-hash/**']
toad-jni: ['toad-jni/**']
toad-len: ['toad-len/**']
toad-macros: ['toad-macros/**']
toad-map: ['toad-map/**']
Expand Down Expand Up @@ -77,6 +78,11 @@ jobs:
if: github.ref == 'refs/heads/main' || steps.package_changed.outputs.toad-array == 'true'
working-directory: 'toad-array'

- name: 'check toad-jni'
run: 'cargo make ci'
if: github.ref == 'refs/heads/main' || steps.package_changed.outputs.toad-jni == 'true'
working-directory: 'toad-jni'

- name: 'check toad-len'
run: 'cargo make ci'
if: github.ref == 'refs/heads/main' || steps.package_changed.outputs.toad-len == 'true'
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"toad-common": "0.15.0",
"toad-cursor": "0.2.0",
"toad-hash": "0.3.0",
"toad-jni": "0.0.0",
"toad-len": "0.1.3",
"toad-macros": "0.2.1",
"toad-map": "0.2.3",
Expand Down
Loading

0 comments on commit 96cd758

Please sign in to comment.