mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 16:10:06 +01:00
build: disable temporarily nightly tests
- to avoid "error[E0635]: unknown feature `proc_macro_span_shrink`" when testing with nightly
This commit is contained in:
parent
f961639e75
commit
fc82bea5f4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build: [pinned, stable, nightly]
|
build: [pinned, stable]
|
||||||
include:
|
include:
|
||||||
- build: pinned
|
- build: pinned
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
|
@ -41,9 +41,9 @@ jobs:
|
||||||
- build: stable
|
- build: stable
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
rust: stable
|
rust: stable
|
||||||
- build: nightly
|
# - build: nightly
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue