Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Dec 5, 2023
1 parent ff901d4 commit a7aace8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
# toolchain: stable
# profile: minimal

- name: Cache Rust dependencies
uses: swatinem/rust-cache@v2
with:
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
# - name: Cache Rust dependencies
# uses: swatinem/rust-cache@v2
# with:
# key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}

- name: Test Rust Stable
run: |
export RUSTFLAGS='-Cdebug-assertions=y -Dwarnings'
time cargo +stable test --verbose --all --features bit-vec,bytes,generic-array,derive,max-encoded-len
# - name: Test Rust Stable
# run: |
# export RUSTFLAGS='-Cdebug-assertions=y -Dwarnings'
# time cargo +stable test --verbose --all --features bit-vec,bytes,generic-array,derive,max-encoded-len

- name: Test Rust Stable (no_derive)
run: |
Expand Down

0 comments on commit a7aace8

Please sign in to comment.