Skip to content

binds: allow account and folder binds to coexist #519

binds: allow account and folder binds to coexist

binds: allow account and folder binds to coexist #519

Workflow file for this run

---
on: push
jobs:
macos:
runs-on: macos-latest
env:
DESTDIR: ./out
GOFLAGS: "-tags=notmuch"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: brew install gnupg notmuch scdoc
- run: make
- run: make install
- run: make checkinstall
- run: make tests