Skip to content

Add Online Boutique lab and integration test for real-world network h… #49

Add Online Boutique lab and integration test for real-world network h…

Add Online Boutique lab and integration test for real-world network h… #49

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build-and-test:
runs-on: new
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build ./cmd/netalchemy
- name: Unit Tests
run: go test ./...