|
33 | 33 | run: cargo test --all-targets -F multi-thread --verbose
|
34 | 34 | - name: Run tests with utils
|
35 | 35 | run: cargo test --all-targets -F multi-thread,utils --verbose
|
36 |
| - - name: Run tests with legacy-account |
37 |
| - run: cargo test --all-targets -F multi-thread,legacy-account --verbose |
| 36 | + - name: Run tests with legacy-user-delete |
| 37 | + run: cargo test --all-targets -F multi-thread,legacy-user-delete --verbose |
38 | 38 | - name: Run tests with oauth
|
39 | 39 | run: cargo test --all-targets -F multi-thread,oauth --verbose
|
40 | 40 |
|
|
47 | 47 | run: cargo test --all-targets -F tokio-multi-thread --verbose
|
48 | 48 | - name: Run tests with utils
|
49 | 49 | run: cargo test --all-targets -F tokio-multi-thread,utils --verbose
|
50 |
| - - name: Run tests with legacy-account |
51 |
| - run: cargo test --all-targets -F tokio-multi-thread,legacy-account --verbose |
| 50 | + - name: Run tests with legacy-user-delete |
| 51 | + run: cargo test --all-targets -F tokio-multi-thread,legacy-user-delete --verbose |
52 | 52 | - name: Run tests with oauth
|
53 | 53 | run: cargo test --all-targets -F tokio-multi-thread,oauth --verbose
|
54 | 54 |
|
|
61 | 61 | run: cargo test --all-targets --verbose
|
62 | 62 | - name: Run tests with utils
|
63 | 63 | run: cargo test --all-targets -F utils --verbose
|
64 |
| - - name: Run tests with legacy-account |
65 |
| - run: cargo test --all-targets -F legacy-account --verbose |
| 64 | + - name: Run tests with legacy-user-delete |
| 65 | + run: cargo test --all-targets -F legacy-user-delete --verbose |
66 | 66 | - name: Run tests with oauth
|
67 | 67 | run: cargo test --all-targets -F oauth --verbose
|
0 commit comments