gen: test-integration (#2814)

This commit is contained in:
Kristoffer Dalby 2025-10-24 17:22:53 +02:00 committed by GitHub
parent c808587de0
commit e68e2288f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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