Skip to content

Bump mellium.im/sasl from 0.3.0 to 0.3.1 #142

Bump mellium.im/sasl from 0.3.0 to 0.3.1

Bump mellium.im/sasl from 0.3.0 to 0.3.1 #142

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
test:
name: Unit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- run: ./dev/up
- name: Run Tests
run: go test -p 1 ./...
integration:
name: Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./dev/integration