Skip to content

Commit

Permalink
Check that Android example still build
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 2, 2023
1 parent 7a10e96 commit bf3bcba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ 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

0 comments on commit bf3bcba

Please sign in to comment.