Skip to content

try to fix open call #108

try to fix open call

try to fix open call #108

Workflow file for this run

name: test-linux
on: push
jobs:
test-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Build
run: |-
set -euxo pipefail
swift build
- name: Run tests
run: |-
set -euxo pipefail
swift test