Skip to content

Commit 74bdaaa

Browse files
authored
Update test workflow to ignore workflow paths and change compile command
1 parent a0603c8 commit 74bdaaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
- LICENSE
66
- README.*
77
- examples
8-
- .github/workflows
98
pull_request:
109
paths-ignore:
1110
- LICENSE
1211
- README.*
1312
- examples
14-
- .github/workflows
1513
jobs:
1614
test:
1715
runs-on: ubuntu-latest
@@ -26,5 +24,5 @@ jobs:
2624
nim-version: ${{ matrix.nim-version }}
2725
repo-token: ${{ secrets.GITHUB_TOKEN }}
2826
- run: nimble install -Y
29-
- run: nim c -r src/${{ github.event.repository.name }}.nim
27+
- run: nim c -r src/duckdb.nim
3028
- run: nimble test

0 commit comments

Comments
 (0)