Skip to content

Commit

Permalink
test: add integration tests for ikg and kbac
Browse files Browse the repository at this point in the history
Closing ENG-1760
  • Loading branch information
cowan-macady committed Oct 16, 2023
1 parent 6ed985d commit 4e9b083
Show file tree
Hide file tree
Showing 9 changed files with 3,531 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true

env:
INDYKITE_APPLICATION_CREDENTIALS: ${{ secrets.APP_AGENT_CREDENTIALS }}
INDYKITE_SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.SERVICE_ACCOUNT_CREDENTIALS }}
TENANT_ID: ${{ secrets.TENANT_ID }}

jobs:
test:
name: Test
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ gci:

lint:
@echo "==> Checking source code against linters..."
golangci-lint run --timeout 2m0s ./...
golangci-lint run --timeout 3m0s ./...

lint_fix:
@echo "==> Fixing source code against linters..."
@golangci-lint run --fix --timeout 2m0s ./...
@golangci-lint run --fix --timeout 3m0s ./...

fieldalignment:
@echo "==> Analyzer structs and rearranged to use less memory with fieldalignment..."
Expand Down
Loading

0 comments on commit 4e9b083

Please sign in to comment.