mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-29 23:25:01 -04:00
gen: test-integration (#2814)
This commit is contained in:
parent
c808587de0
commit
e68e2288f7
@ -62,6 +62,7 @@ jobs:
|
|||||||
'**/flake.lock') }}
|
'**/flake.lock') }}
|
||||||
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
|
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
|
||||||
- name: Run Integration Test
|
- name: Run Integration Test
|
||||||
|
if: always() && steps.changed-files.outputs.files == 'true'
|
||||||
run:
|
run:
|
||||||
nix develop --command -- hi run --stats --ts-memory-limit=300 --hs-memory-limit=1500 "^${{ inputs.test }}$" \
|
nix develop --command -- hi run --stats --ts-memory-limit=300 --hs-memory-limit=1500 "^${{ inputs.test }}$" \
|
||||||
--timeout=120m \
|
--timeout=120m \
|
||||||
|
|||||||
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
@ -24,11 +24,11 @@ jobs:
|
|||||||
- TestACLAutogroupMember
|
- TestACLAutogroupMember
|
||||||
- TestACLAutogroupTagged
|
- TestACLAutogroupTagged
|
||||||
- TestACLAutogroupSelf
|
- TestACLAutogroupSelf
|
||||||
|
- TestACLPolicyPropagationOverTime
|
||||||
- TestAPIAuthenticationBypass
|
- TestAPIAuthenticationBypass
|
||||||
- TestAPIAuthenticationBypassCurl
|
- TestAPIAuthenticationBypassCurl
|
||||||
- TestGRPCAuthenticationBypass
|
- TestGRPCAuthenticationBypass
|
||||||
- TestCLIWithConfigAuthenticationBypass
|
- TestCLIWithConfigAuthenticationBypass
|
||||||
- TestACLPolicyPropagationOverTime
|
|
||||||
- TestAuthKeyLogoutAndReloginSameUser
|
- TestAuthKeyLogoutAndReloginSameUser
|
||||||
- TestAuthKeyLogoutAndReloginNewUser
|
- TestAuthKeyLogoutAndReloginNewUser
|
||||||
- TestAuthKeyLogoutAndReloginSameUserExpiredKey
|
- TestAuthKeyLogoutAndReloginSameUserExpiredKey
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user