Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 3, 2022
1 parent 9249321 commit de8b786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Install build requirements
run: |
set -ex
apk add cargo python3-dev libffi-dev py3-pip curl bash tar zstd
apk add git cargo python3-dev libffi-dev py3-pip curl bash tar zstd
pip3 install cffi virtualenv
- name: Cache cargo build
uses: Swatinem/rust-cache@v1
Expand All @@ -207,7 +207,10 @@ jobs:
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- name: cargo test
env:
CARGO_NET_GIT_FETCH_WITH_CLI: 'true'
run: |
cargo test --no-run --message-format json-render-diagnostics --features password-storage
# unset GITHUB_ACTIONS env var to disable zig related tests
env -u GITHUB_ACTIONS cargo nextest run --features password-storage
Expand Down

0 comments on commit de8b786

Please sign in to comment.