Skip to content

Commit 42ce20b

Browse files
committed
enable tests
1 parent d0bcbd1 commit 42ce20b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- name: Analyze project source
2424
run: dart analyze
2525

26-
# No tests to run yet
27-
# - name: Run tests
28-
# run: dart test
26+
- name: Run tests
27+
run: dart test
2928

3029
build-linux:
3130
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)