diff options
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -252,6 +252,7 @@ pub fn build(b: *std.Build) !void { | |||
| 252 | test_step.dependOn(&zigcrypto_install_artifact.step); | 252 | test_step.dependOn(&zigcrypto_install_artifact.step); |
| 253 | 253 | ||
| 254 | const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); | 254 | const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); |
| 255 | zigcrypto_test_run.step.dependOn(&zigcrypto_install_artifact.step); | ||
| 255 | test_step.dependOn(&zigcrypto_test_run.step); | 256 | test_step.dependOn(&zigcrypto_test_run.step); |
| 256 | 257 | ||
| 257 | // | 258 | // |