Use fixed copy of JWT library until upstream merges

This commit is contained in:
Grant Limberg
2022-06-27 10:44:33 -07:00
parent 3cb24410a8
commit 1300cf23c5
7 changed files with 148 additions and 326 deletions

View File

@@ -0,0 +1,22 @@
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose