What are the possibilities to test whether R.V. come form normal distribution i.i.d.:
$$X_1, \dots, X_n \sim N(0,1)$$
What we need to measure and what is the MVUE statistic to test $H_0$ that they are vs. $H_1$ that they are not ?
What is the size and power of this test ?
This more of a rebuttal than an answer. I hope to convince you that you need to state the purposes of your project, take sample size into account, and say what alternatives to standard normal are important to you. Whatever test(s) you consider, you will need additional context.
One major difficulty with tests of normality is that they may have very poor power (ability to detect departure from normal) for small samples, and that they may reject for a large sample that is very nearly normal, but not in ways that matter for practical purposes.
Another is that the alternative can make a large difference in the behavior of a test of normality. And that you do not state an alternative. Is your alternative that the data are not normal even though the population from which the test sample were randomly sampled has mean other than $\mu = 0, \sigma=1?$ Or is the alternative that the population is not normal?
Consider several scenarios using the Kolmogorov-Smirnov test of $H_0$ that data are sampled from $\mathsf{Norm}(0,1).$
Small samples: $n = 10.$ In none of the cases is the null hypothesis that data are standard normal rejected. This is the appropriate result only for the first test, in which data are standard normal. Following @GolderRatio's suggestion a t test is included in the one instance in which $\mu \ne 0.$ [R code. For brevity,
$-notation is used to show only P-values for most of the tests.]Large samples: $n = 1000$ For large samples all but the first test with standard normal data are strongly rejected with P-values very nearly $0$---even for the 'essentially' normal t data with DF=50.