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 2b1f0cb commit ff901d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Tests
tests:
runs-on: ubuntu-latest
container: paritytech/ci-unified:bullseye-1.73.0-2023-05-23-v20231009
container: paritytech/ci-unified:bullseye-1.73.0
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -95,8 +95,9 @@ jobs:
- name: Test Rust Stable (no_derive)
run: |
cargo -vV
rustc -vV
rustup show
cargo --version
export RUSTFLAGS='-Cdebug-assertions=y -Dwarnings'
time cargo +stable test --verbose --no-default-features --features bit-vec,bytes,generic-array
Expand Down

0 comments on commit ff901d4

Please sign in to comment.