mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 14:37:37 +00:00
use nix caching and docker caching in CI
Also bumps tailscale version to trigger build and fixes a CLI test that had the wrong capitalisation Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
19dc0ac702
commit
fe75b71620
@@ -1473,7 +1473,7 @@ func TestNodeMoveCommand(t *testing.T) {
|
||||
assert.Contains(
|
||||
t,
|
||||
moveToNonExistingNSResult,
|
||||
"User not found",
|
||||
"user not found",
|
||||
)
|
||||
assert.Equal(t, machine.User.Name, "new-user")
|
||||
|
||||
|
Reference in New Issue
Block a user