We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532e028 commit 6f8dd5dCopy full SHA for 6f8dd5d
.cargo/config.toml
@@ -1,7 +1,7 @@
1
[alias]
2
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"
+test_integration = "test --workspace --all-features -p clementine-core test:: -- --test-threads 7"
+test_integration_release = "test --release --workspace --all-features -p clementine-core test:: -- --test-threads 7"
5
build_console = '''
6
build -p clementine-core --all-features --config build.rustflags=["--cfg","tokio_unstable"]
7
'''
0 commit comments