Skip to content

Commit

Permalink
ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Feb 12, 2024
1 parent 5eb0322 commit 634a571
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,18 @@ jobs:
path: nim
version: ${{ matrix.nim }}

- name: Run tests
- name: Dependencies
shell: bash
run: |
cd project
git fetch --unshallow
nimble --accept build
nimble --accept install "https://github.com/disruptek/balls"
- name: Tests
shell: bash
run: |
cd project
balls --path="."
- name: Build docs
Expand Down

0 comments on commit 634a571

Please # to comment.