Skip to content

Commit

Permalink
separate android build test
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 31, 2023
1 parent a549e4f commit ffad89c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
- name: Build
run: cargo build --verbose

- name: Build Android example
run: cargo build --package robusta-android-example --verbose

- name: Run tests
run: cargo test --verbose
run: cargo test --verbose
android-build-tests:
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Build Android example
run: cargo build --package robusta-android-example --verbose

0 comments on commit ffad89c

Please sign in to comment.