Skip to content

Commit

Permalink
improve component tests (#66)
Browse files Browse the repository at this point in the history
* improve tests

Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka authored Feb 26, 2024
1 parent 23ba4ab commit f833b54
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Run test
run: |
echo "machine github.com login git password ${{ secrets.INGESTERS_READ_TOKEN }}" > ~/.netrc
cd tests && go test ./... -run ${{ matrix.test }} --timeout=20m --tags=integration
cd tests && go test -v ./... -run ${{ matrix.test }} --timeout=20m --tags=integration
Loading

0 comments on commit f833b54

Please sign in to comment.