Merged in update/ci (pull request #127)

added CI

* onlywherenecessary

* export

* dockersocketoverride

* disablecleanup

* networkfromenv

* fullsuite

* ci

* dockerhost

* name

* network

* buildfirst

* rm

* caches

* additionalcaches

* additionalcaches

* cachenix

* nix

* requiredprofile

* nonixcache

* nobuild

* moremem

* rmgomodules

* buildfirst

* faster

* clean
This commit is contained in:
Michael McGuinness
2025-05-08 16:04:45 +00:00
parent e84454b46f
commit c4c0b9bd32
15 changed files with 416 additions and 334 deletions
-2
View File
@@ -32,9 +32,7 @@ func TestCreateQueue(t *testing.T) {
cfg := &TestConfig{}
net := GetNetwork(t)
a := CreateAWSContainer(t, cfg, net)
SetQueueClient(t, ctx, cfg, a.ExternalEndpoint)
url := CreateQueue(t, ctx, cfg, "myname")