Skip to content

Commit

Permalink
chore: scripts now take parameter to only compile for that specific l…
Browse files Browse the repository at this point in the history
…anguage
  • Loading branch information
kevaundray committed Jun 24, 2024
1 parent 4952608 commit cfcc962
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-csharp-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run compile script
run: ./scripts/compile.sh
run: ./scripts/compile.sh csharp
shell: bash

- name: Set up .NET
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run compile script
run: ./scripts/compile.sh
run: ./scripts/compile.sh golang
shell: bash

- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run compile script
run: ./scripts/compile.sh
run: ./scripts/compile.sh java
shell: bash

- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nim-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run compile script
run: ./scripts/compile.sh
run: ./scripts/compile.sh nim
shell: bash

- name: Setup Nim
Expand Down

0 comments on commit cfcc962

Please sign in to comment.