Skip to content

refact(user): encode plain password when create, update, reset user p… #760

refact(user): encode plain password when create, update, reset user p…

refact(user): encode plain password when create, update, reset user p… #760

Workflow file for this run

name: Go Test
on: [ push ]
jobs:
test-go:
runs-on: ubuntu-latest
env:
API_V3_KEY: ${{ secrets.API_V3_KEY }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Test
run: go test cmd/server/powerx.go