Skip to content

Commit

Permalink
refactor: move benchmark out of package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Aug 23, 2024
1 parent 39c01d1 commit 929f490
Show file tree
Hide file tree
Showing 236 changed files with 647 additions and 626 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
channel: "stable"

- name: Dependencies
working-directory: rhttp
run: flutter pub get
- name: Check format
working-directory: rhttp
run: dart format --set-exit-if-changed lib bin test
- name: Analyze
working-directory: rhttp
run: flutter analyze

test:
Expand All @@ -40,6 +43,8 @@ jobs:
channel: "stable"

- name: Dependencies
working-directory: rhttp
run: flutter pub get
- name: Test
working-directory: rhttp
run: flutter test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ migrate_working_dir/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
/rhttp/pubspec.lock
**/doc/api/
.dart_tool/
build/
Expand Down
Loading

0 comments on commit 929f490

Please sign in to comment.