Skip to content

Commit

Permalink
Merge pull request #1149 from get10101/fix-native-test-justfile
Browse files Browse the repository at this point in the history
fix: actually run native tests with `just native-test`
  • Loading branch information
klochowicz authored Aug 25, 2023
2 parents e30aa48 + ed69ef5 commit 30f57d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ maker args="":
flutter-test:
cd mobile && flutter pub run build_runner build && flutter test

# Tests for the `native` crate
native-test:
cd mobile/native
cd mobile/native && cargo test

test: flutter-test native-test

Expand Down

0 comments on commit 30f57d5

Please sign in to comment.