Skip to content

Commit

Permalink
Speedup ubuntu tests by passing --single-target to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 21, 2024
1 parent e94151e commit ebb6762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: --clean --snapshot
args: --clean --snapshot --single-target
- name: Copy files (Ubuntu)
run: |
cp dist/pelican_linux_amd64_v1/pelican ./
Expand Down
2 changes: 1 addition & 1 deletion local_cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TestLargeFile(t *testing.T) {
server_utils.ResetTestState()

clientConfig := map[string]interface{}{
"Client.MaximumDownloadSpeed": 40 * 1024 * 1024,
"Client.MaximumDownloadSpeed": 40 * 1024 * 1024,
"Transport.ResponseHeaderTimeout": "1000s",
}
test_utils.InitClient(t, clientConfig)
Expand Down

0 comments on commit ebb6762

Please sign in to comment.