mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-17 21:32:38 +09:00
gen: test-integration (#2814)
Some checks failed
Build / build-nix (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Has been cancelled
Check Generated Files / check-generated (push) Has been cancelled
Tests / test (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled
update-flake-lock / lockfile (push) Has been cancelled
GitHub Actions Version Updater / build (push) Has been cancelled
Some checks failed
Build / build-nix (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Has been cancelled
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Has been cancelled
Check Generated Files / check-generated (push) Has been cancelled
Tests / test (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled
update-flake-lock / lockfile (push) Has been cancelled
GitHub Actions Version Updater / build (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user