mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #685 from molecula/discard-test-386
no more test-386
This commit is contained in:
commit
039780a85e
2 changed files with 0 additions and 6 deletions
|
|
@ -197,11 +197,6 @@ workflows:
|
|||
resource_class: xlarge
|
||||
requires:
|
||||
- setup
|
||||
- test:
|
||||
name: test-386
|
||||
goarch: "386"
|
||||
requires:
|
||||
- setup
|
||||
- test:
|
||||
name: test-shardwidth-22
|
||||
shard_width: "22"
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -76,7 +76,6 @@ endif
|
|||
release: check-clean
|
||||
$(MAKE) release-build GOOS=darwin GOARCH=amd64
|
||||
$(MAKE) release-build GOOS=linux GOARCH=amd64
|
||||
$(MAKE) release-build GOOS=linux GOARCH=386
|
||||
|
||||
|
||||
# try (e.g.) internal/clustertests/docker-compose-replication2.yml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue