test: add TimeOfDay extension tests and enable test execution in CI

This commit is contained in:
Dr-Blank 2024-10-02 09:32:05 -04:00
parent 12100ffbcd
commit be5eb3fd13
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 138 additions and 2 deletions

View file

@ -40,8 +40,8 @@ jobs:
- name: Install dependencies
run: flutter pub get
# - name: Run tests
# run: flutter test
- name: Run tests
run: flutter test
- name: Build APK
run: flutter build apk --release