We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0603c8 commit 74bdaaaCopy full SHA for 74bdaaa
.github/workflows/test.yml
@@ -5,13 +5,11 @@ on:
5
- LICENSE
6
- README.*
7
- examples
8
- - .github/workflows
9
pull_request:
10
paths-ignore:
11
12
13
14
15
jobs:
16
test:
17
runs-on: ubuntu-latest
@@ -26,5 +24,5 @@ jobs:
26
24
nim-version: ${{ matrix.nim-version }}
27
25
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/duckdb.nim
30
- run: nimble test
0 commit comments