Skip to content

Commit 79ddf9a

Browse files
committed
enable ci tests again
1 parent c8eb253 commit 79ddf9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
1717
steps:
1818
- uses: actions/checkout@v2
19-
#- name: Run Tests
20-
# run: |
21-
# docker pull nimlang/nim:${{ matrix.nim }}
22-
# docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble install -y; nimble test"
19+
- name: Run Tests
20+
run: |
21+
docker pull nimlang/nim:${{ matrix.nim }}
22+
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble install -y; nimble test"
2323
- name: Build docs
2424
if: matrix.nim == '1.6.14'
2525
run: |

0 commit comments

Comments
 (0)