File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,23 +29,23 @@ sbt shell.
29
29
30
30
``` sh
31
31
# Fast unit tests for core, rules, reflect, cli & testkit.
32
- > unit3_3_4 / test
32
+ > unit3_3_6 / test
33
33
34
34
# Integration tests for core, rules, reflect, cli & testkit.
35
35
# Contains a lot of different test suites, so it's recommended
36
36
# to use testOnly and/or testQuick.
37
- > integration3_3_4 / test
37
+ > integration3_3_6 / test
38
38
39
39
# Use testWindows to exclude tests that are not expected to succeed
40
40
# on that OS.
41
- > unit3_3_4 / testWindows
42
- > integration3_3_4 / testWindows
41
+ > unit3_3_6 / testWindows
42
+ > integration3_3_6 / testWindows
43
43
44
44
# Only run tests for built-in rules, using scalafix-testkit.
45
- > expect3_3_4Target2_13_14 / test
45
+ > expect3_3_6Target3_3_6 / test
46
46
47
47
# Only run ProcedureSyntax unit tests.
48
- > expect3_3_4Target2_13_14 / testOnly -- -z ProcedureSyntax
48
+ > expect3_3_6Target3_3_6 / testOnly -- -z ProcedureSyntax
49
49
```
50
50
51
51
[ sbt-projectmatrix] ( https://github.com/sbt/sbt-projectmatrix ) is used to
You can’t perform that action at this time.
0 commit comments