Commit exhaustive vanilla worldgen fixture
This commit is contained in:
parent
064f0f1cca
commit
be8f030698
9 changed files with 223 additions and 14 deletions
10
.github/workflows/verify.yml
vendored
10
.github/workflows/verify.yml
vendored
|
|
@ -29,3 +29,13 @@ jobs:
|
|||
go-version: '1.26.x'
|
||||
cache: true
|
||||
- run: go test -race ./...
|
||||
|
||||
parity:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.26.x'
|
||||
cache: true
|
||||
- run: go test ./internal/world -run TestVanillaBlockParity -count=1 -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue