Changed rust order and specific rs dir
This commit is contained in:
parent
989b6a8fdb
commit
11ca59eed9
16
.github/workflows/build_with_tests.yml
vendored
16
.github/workflows/build_with_tests.yml
vendored
@ -18,6 +18,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
name: Rust build
|
||||||
|
with:
|
||||||
|
working-directory: ./rs
|
||||||
|
command: build
|
||||||
|
args: --release --features=uniffi/cli
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
@ -28,11 +37,4 @@ jobs:
|
|||||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||||
with:
|
with:
|
||||||
arguments: build
|
arguments: build
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: --release --features=uniffi/cli
|
|
||||||
# TODO Add tests
|
# TODO Add tests
|
||||||
|
Loading…
Reference in New Issue
Block a user