Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 18, 2024
1 parent 4ee6efd commit 8aede22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ffigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,25 @@ jobs:
- name: Build test dylib and bindings
run: dart test/setup.dart
- name: Run VM tests 1
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 2
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 3
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 4
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 5
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 6
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 7
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 8
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 9
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
- name: Run VM tests 10
run: dart test test/native_objc_test/global_test.dart test/native_objc_test/global_native_test.dart
run: dart test
# - name: Upload coverage
# uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
# with:
Expand Down

0 comments on commit 8aede22

Please sign in to comment.