We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279b8e1 commit 47a5c6cCopy full SHA for 47a5c6c
.github/workflows/test.yml
@@ -27,6 +27,20 @@ jobs:
27
- name: Install Mercurial on macOS
28
if: matrix.os == 'macos-latest'
29
run: brew install mercurial
30
+ - name: Run nimblepkg unit tests
31
+ run: |
32
+ cd src/nimblepkg
33
+ nim c -r download
34
+ nim c -r jsonhelpers
35
+ nim c -r packageinfo
36
+ nim c -r packageparser
37
+ nim c -r paths
38
+ nim c -r reversedeps
39
+ nim c -r sha1hashes
40
+ nim c -r tools
41
+ nim c -r topologicalsort
42
+ nim c -r vcstools
43
+ nim c -r version
44
- name: Run nim c -r tester
45
run: |
46
cd tests
0 commit comments