diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2677b42..c4d9291 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,5 +26,5 @@ jobs: nim-version: ${{ matrix.nim-version }} repo-token: ${{ secrets.GITHUB_TOKEN }} - run: nimble install -Y - - run: nim c -r src/${{ github.event.repository.name }}.nim + - run: nim c -r src/hetzner.nim - run: nimble test