Skip to content

Commit 39c67c7

Browse files
committed
Remove test/all_test.dart that is no longer necessarily to run all tests easily.
1 parent 2ab34b5 commit 39c67c7

3 files changed

Lines changed: 4 additions & 43 deletions

File tree

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: "Dart Formatter"
3030
run: dart format --output=none --set-exit-if-changed .
3131
- name: "VM Tests"
32-
run: dart test --platform vm test/all_test.dart
32+
run: dart test --platform vm
3333
- name: "Chrome Tests"
34-
run: dart test --platform chrome test/all_test.dart
34+
run: dart test --platform chrome
3535
- name: "Collect coverage"
3636
run: |
3737
dart pub global activate coverage
38-
dart pub global run coverage:test_with_coverage --test test/all_test.dart
38+
dart pub global run coverage:test_with_coverage
3939
- name: "Upload coverage"
4040
uses: codecov/codecov-action@v5
4141
with:

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Run all Tests",
66
"type": "dart",
77
"request": "launch",
8-
"program": "./test/all_test.dart"
8+
"program": "test"
99
},
1010
{
1111
"name": "Generate Sequence",

test/all_test.dart

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)