Skip to content

CV Add Change Password function to file backend (#3) #8

CV Add Change Password function to file backend (#3)

CV Add Change Password function to file backend (#3) #8

Workflow file for this run

name: Continuous Integration
on: push
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: sudo apt-get install pass gnome-keyring dbus-x11
- uses: actions/checkout@v2
- run: go test -race ./...
mac:
runs-on: macos-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: brew install pass gnupg
- uses: actions/checkout@v2
- run: go test -race ./...