Skip to content

implemented SignUp(1), Migrate to crate chrono for jwt (2), test e… #2

implemented SignUp(1), Migrate to crate chrono for jwt (2), test e…

implemented SignUp(1), Migrate to crate chrono for jwt (2), test e… #2

Workflow file for this run

name: Rust tests
on:
push:
branches:
- v3
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: cargo test --verbose