We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432eebc commit a5298e2Copy full SHA for a5298e2
1 file changed
CONTRIBUTING.md
@@ -52,6 +52,8 @@ To run the unit tests, documentation tests, and code style checks together:
52
$ rake ci
53
```
54
55
+To run the command above, plus all acceptance tests, use `rake ci:acceptance` or its handy alias, `rake ci:a`.
56
+
57
### Unit Tests
58
59
0 commit comments