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.
github.com/pulumi/shard
1 parent 48b4731 commit 93fbd2cCopy full SHA for 93fbd2c
README.md
@@ -13,7 +13,7 @@ jobs:
13
shard: [0, 1, 2, 3]
14
steps:
15
- name: Shard tests
16
- run: go run github.com/blampe/shard --total ${{ strategy.job-total }} --index ${{ strategy.job-index }} > tests
+ run: go run github.com/pulumi/shard --total ${{ strategy.job-total }} --index ${{ strategy.job-index }} > tests
17
- name: Run tests
18
run: go test $(cat tests)
19
```
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/blampe/shard
+module github.com/pulumi/shard
2
3
go 1.21.0
main.go
@@ -9,7 +9,7 @@ import (
9
"path/filepath"
10
"strings"
11
12
- "github.com/blampe/shard/internal"
+ "github.com/pulumi/shard/internal"
)
type testf struct {
0 commit comments