Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuecai committed Mar 11, 2024
1 parent cfe2488 commit b64135a
Show file tree
Hide file tree
Showing 6 changed files with 2,124 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ jobs:
image: centos:7

steps:
- name: Run Go E2E Tests222
working-directory: ${{ github.workspace }}/build
run: |
cd ../tools/pika_keys_analysis/
go test -v ./...
cd ../../tests/integration/
chmod +x integrate_test.sh
sh integrate_test.sh
- name: Install deps
run: |
yum install -y wget git autoconf centos-release-scl gcc
Expand Down
Loading

0 comments on commit b64135a

Please sign in to comment.