diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 111907d9..45938e75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,17 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: make test + wasm: + name: SwiftWASM + runs-on: ubuntu-latest + strategy: + matrix: + include: + - { toolchain: wasm-5.6.0-RELEASE } + + steps: + - uses: actions/checkout@v2 + - run: echo "${{ matrix.toolchain }}" > .swift-version + - uses: swiftwasm/swiftwasm-action@v5.6 + with: + shell-action: swift build