File tree 4 files changed +1838
-1910
lines changed
4 files changed +1838
-1910
lines changed Original file line number Diff line number Diff line change 61
61
environments : ${{ matrix.environment }}
62
62
63
63
- name : Test package
64
- run : pixi run -e ${{ matrix.environment }} test -ci
64
+ run : pixi run -e ${{ matrix.environment }} tests -ci
65
65
66
66
- name : Upload coverage report
67
67
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pixi shell -e dev
36
36
- To run the tests:
37
37
38
38
```
39
- pixi run test
39
+ pixi run tests
40
40
```
41
41
42
42
- To build the docs locally:
@@ -51,7 +51,13 @@ pixi run docs
51
51
pixi run open-docs
52
52
```
53
53
54
- - To install a [ pre-commit] ( https://pre-commit.com ) hook and run the lint suite:
54
+ - To install a [ pre-commit] ( https://pre-commit.com ) hook:
55
+
56
+ ```
57
+ pixi run pre-commit-install
58
+ ```
59
+
60
+ - To run the lint suite:
55
61
56
62
```
57
63
pixi run lint
@@ -76,6 +82,6 @@ tasks available in the `dev` environment:
76
82
77
83
```
78
84
pixi shell -e docs
79
- pixi shell -e test
85
+ pixi shell -e tests
80
86
pixi shell -e lint
81
87
```
You can’t perform that action at this time.
0 commit comments