diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9a907930..0aa95dfe 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -18,3 +18,19 @@ jobs: with: go-version-file: go.mod go-package: ./... + + conformance: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - name: Set up Go + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + with: + go-version: "^1.25" + - name: Set up Node.js + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + with: + node-version: "20" + - name: Run conformance tests + run: ./scripts/conformance.sh