Skip to content

Commit

Permalink
modify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshao90 committed Mar 29, 2023
1 parent c3285a5 commit c7dd71a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ jobs:
nohup ./target/debug/ceresdb-server -c docs/minimal.toml > /tmp/ceresdb-stdout.log &
sleep 10
- name: Run Go SDK tests
working-directory: integration_tests/sdk/go
working-directory: integration_tests
run: |
go run main.go
make run-go
- name: Run Java SDK tests
working-directory: integration_tests
run: |
Expand Down
3 changes: 3 additions & 0 deletions integration_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ run: clean build kill-old-process
run-java:
java -version
cd sdk/java && MAVEN_OPTS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn clean compile exec:java

run-go:
cd sdk/go && go run .

0 comments on commit c7dd71a

Please sign in to comment.