Skip to content

feat: allow define services with ip #113

feat: allow define services with ip

feat: allow define services with ip #113

name: Integration tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- name: Run integration tests
run: make test-integration