-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (38 loc) · 1.05 KB
/
pubspec.yaml
File metadata and controls
44 lines (38 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: native_toolchain_rust_workspace
repository: https://github.com/GregoryConrad/native_toolchain_rust
publish_to: none
environment:
sdk: ^3.9.0
workspace:
- native_toolchain_rust
- examples/dart_only
- examples/flutter
dev_dependencies:
melos: ^7.5.1
very_good_analysis: ^10.2.0
melos:
scripts:
test:
description: Run unit tests for a specific package in this project.
run: flutter test test
packageFilters:
dirExists: test
exec:
concurrency: 1
failFast: true
integration-test:
description: Run integration tests for a specific package in this project.
run: flutter test integration_test
packageFilters:
dirExists: integration_test
exec:
concurrency: 1
failFast: true
init-integration-test-boilerplate:
description: Create integration test boilerplate for a specific package in this project.
run: flutter create .
packageFilters:
dirExists: integration_test
exec:
concurrency: 1
failFast: true