Skip to content

Commit d894b15

Browse files
committed
Revert "Enable unit tests for GitHub Actions"
This reverts commit 47a5c6c.
1 parent 6718a6d commit d894b15

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
- name: Install Mercurial on macOS
2828
if: matrix.os == 'macos-latest'
2929
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
4430
- name: Run nim c -r tester
4531
run: |
4632
cd tests

0 commit comments

Comments
 (0)