All tests passing for C implementation.

This commit is contained in:
Joshua Bemenderfer
2023-02-10 14:37:53 -05:00
parent c41990b793
commit cb09652f61
7 changed files with 107 additions and 19 deletions

View File

@@ -8,5 +8,8 @@ pipeline
dependsOn ^build compile
outputs dist/**
test
build:test
dependsOn build
test
dependsOn build build:test