Skip to content

Commit

Permalink
feat: circleci tests for STM enhancement (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj authored Nov 17, 2022
1 parent bb926bb commit c660e2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2.1

orbs:
go: venus/go-pkg-test@1.0.1
jobs:
test_all:
executor:
name: go/default
tag: "cimg/go:1.18.1"
steps:
- go/setup_env:
install_ffi: true
- go/test:
display-name: test_message_service
suite: "test_message_service"
target: "./service/..."
workflows:
ci:
jobs:
- test_all

0 comments on commit c660e2a

Please sign in to comment.