diff --git a/tests/ci/conformance_test.sh b/tests/ci/conformance_test.sh index 9b7980748..07368f31f 100755 --- a/tests/ci/conformance_test.sh +++ b/tests/ci/conformance_test.sh @@ -15,9 +15,11 @@ export OCI_NAMESPACE="conformance/testrepo" export OCI_USERNAME="admin" export OCI_PASSWORD="Harbor12345" export OCI_DEBUG="true" -## will add more test, so far only cover pull & push + export OCI_TEST_PUSH=1 export OCI_TEST_PULL=1 +export OCI_TEST_CONTENT_DISCOVERY=1 +export OCI_TEST_CONTENT_MANAGEMENT=1 cd ./distribution-spec/conformance go test . \ No newline at end of file