Skip to content

Bump github.com/apple/swift-crypto from 1.1.7 to 3.2.0 #49

Bump github.com/apple/swift-crypto from 1.1.7 to 3.2.0

Bump github.com/apple/swift-crypto from 1.1.7 to 3.2.0 #49

Workflow file for this run

name: Swift Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v