Skip to content

Commit

Permalink
attempt to run JS test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Feb 19, 2024
1 parent b490b1c commit 5f642e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
cd datamancer
nimble -y test
nimble -y testJs
- name: Build docs
if: >
Expand Down
3 changes: 3 additions & 0 deletions datamancer.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ task test, "Run standard tests":
exec "nim c -r tests/testsFormula.nim"
exec "nim c -r tests/testParse.nim"

task testJs, "Run test for JS":
exec "nim js -r tests/testdf_js_simple.nim"

import os, strutils, strformat
const
pkgName = "datamancer"
Expand Down

0 comments on commit 5f642e6

Please sign in to comment.