Skip to content

feat: adds command local to bind localhost:80 #59

feat: adds command local to bind localhost:80

feat: adds command local to bind localhost:80 #59

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