Updated CI to include the rust build
This commit is contained in:
parent
7a7eb3ad93
commit
989b6a8fdb
7
.github/workflows/build_with_tests.yml
vendored
7
.github/workflows/build_with_tests.yml
vendored
@ -28,4 +28,11 @@ 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