We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aedcf7 commit 66f70daCopy full SHA for 66f70da
.github/workflows/test.yml
@@ -26,5 +26,5 @@ jobs:
26
nim-version: ${{ matrix.nim-version }}
27
repo-token: ${{ secrets.GITHUB_TOKEN }}
28
- run: nimble install -Y
29
- - run: nim c -r src/${{ github.event.repository.name }}.nim
+ - run: nim c -r src/crossdb.nim
30
- run: nimble test
0 commit comments