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 1aa2070 commit de28377Copy full SHA for de28377
.github/workflows/tests.yaml
@@ -19,6 +19,9 @@ jobs:
19
go-version: ['stable', 'oldstable']
20
env:
21
GOEXPERIMENT: cgocheck2
22
+ PKG_CONFIG_PATH: ${{ github.workspace }}/fswatch/target/lib/pkgconfig
23
+ LD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
24
+ DYLD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
25
name: Go (${{ matrix.os }}, Go ${{ matrix.go-version }})
26
steps:
27
-
@@ -54,10 +57,6 @@ jobs:
54
57
make install
55
58
56
59
name: Run tests
- env:
- PKG_CONFIG_PATH: ${{ github.workspace }}/fswatch/target/lib/pkgconfig
- LD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
60
- DYLD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
61
run: go test -race
62
63
name: Lint
0 commit comments