Skip to content

Add Sendable conformance #35

Add Sendable conformance

Add Sendable conformance #35

Workflow file for this run

name: Swift WASM
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
container: ghcr.io/swiftwasm/carton:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
run: swift --version
- name: Test
run: carton test