Browse Source

Fix test workflow

DarthSim 3 years ago
parent
commit
078f896d21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -30,7 +30,7 @@ jobs:
       - name: Download mods
         run: go mod download
       - name: Test
-        run: go test
+        run: go test ./...
         env:
           LD_LIBRARY_PATH: "${{ env.LD_LIBRARY_PATH }}:/root/vips/${{ matrix.vips-version }}/lib"
           PKG_CONFIG_PATH: "${{ env.PKG_CONFIG_PATH }}:/root/vips/${{ matrix.vips-version }}/lib/pkgconfig"