Skip to content

Commit 66f70da

Browse files
committedOct 31, 2024·
fix test
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 0aedcf7 commit 66f70da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
nim-version: ${{ matrix.nim-version }}
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828
- run: nimble install -Y
29-
- run: nim c -r src/${{ github.event.repository.name }}.nim
29+
- run: nim c -r src/crossdb.nim
3030
- run: nimble test

0 commit comments

Comments
 (0)
Please sign in to comment.