Skip to content

chore: update readmes to announce musl support #905

chore: update readmes to announce musl support

chore: update readmes to announce musl support #905

Workflow file for this run

name: Test SDKs
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.3"
check-latest: true
cache: true
- name: Install Dagger
run: |
cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=$DAGGER_VERSION sh
- name: Run Integration Tests
run: |
dagger run go run ./test