All tests passing for C implementation.

This commit is contained in:
Joshua Bemenderfer
2023-02-10 14:37:53 -05:00
parent c41990b793
commit 288c793d5e
7 changed files with 102 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