Fixed semantic tokens test

This commit is contained in:
Alexandros Naskos
2020-07-03 14:21:32 +03:00
parent 3a0281b59a
commit c416f68d05
2 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ pub fn build(b: *std.build.Builder) !void {
configure_step.makeFn = config;
const test_step = b.step("test", "Run all the tests");
test_step.dependOn(&exe.step);
test_step.dependOn(builder.getInstallStep());
var unit_tests = b.addTest("tests/unit_tests.zig");
unit_tests.addPackage(.{ .name = "analysis", .path = "src/analysis.zig" });