Skip to content

wip

wip #47

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.23.2'
- name: Run Go tests
working-directory: aw-sync-agent
run: go test ./tests/