Skip to content

Commit 6f8dd5d

Browse files
committed
update test integration commands to use clementine-core
1 parent 532e028 commit 6f8dd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[alias]
22
test_unit = "test --features automation,use-test-vk"
3-
test_integration = "test --workspace --all-features -p core test:: -- --test-threads 7"
4-
test_integration_release = "test --release --workspace --all-features -p core test:: -- --test-threads 7"
3+
test_integration = "test --workspace --all-features -p clementine-core test:: -- --test-threads 7"
4+
test_integration_release = "test --release --workspace --all-features -p clementine-core test:: -- --test-threads 7"
55
build_console = '''
66
build -p clementine-core --all-features --config build.rustflags=["--cfg","tokio_unstable"]
77
'''

0 commit comments

Comments
 (0)