Skip to content

Commit f214099

Browse files
committed
Fixed rust.yml
1 parent c9a9c23 commit f214099

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: cargo test --all-targets -F multi-thread --verbose
3434
- name: Run tests with utils
3535
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
3838
- name: Run tests with oauth
3939
run: cargo test --all-targets -F multi-thread,oauth --verbose
4040

@@ -47,8 +47,8 @@ jobs:
4747
run: cargo test --all-targets -F tokio-multi-thread --verbose
4848
- name: Run tests with utils
4949
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
5252
- name: Run tests with oauth
5353
run: cargo test --all-targets -F tokio-multi-thread,oauth --verbose
5454

@@ -61,7 +61,7 @@ jobs:
6161
run: cargo test --all-targets --verbose
6262
- name: Run tests with utils
6363
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
6666
- name: Run tests with oauth
6767
run: cargo test --all-targets -F oauth --verbose

0 commit comments

Comments
 (0)