Skip to content

Commit

Permalink
test example
Browse files Browse the repository at this point in the history
  • Loading branch information
monofuel committed Sep 25, 2024
1 parent 6f89788 commit b301f43
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# only test compiling for now since it requires the ollama service running
- run: nimble install -y
- run: nim c tests/test_llama_leap.nim
#- run: nimble test -y
#- run: nimble test --gc:orc -y
# TODO setup a test ollama instance
- run: |
nim c examples/example.nim
nim c tests/test_llama_leap.nim

0 comments on commit b301f43

Please sign in to comment.