Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Dec 28, 2023
1 parent b155ca4 commit c3f44e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: echo "RUSTFLAGS="-C debuginfo=0"" >> $GITHUB_ENV
- name: cargo test
run: cargo nextest run --features password-storage -- import_hook_project_importer_parallel
run: cargo nextest run --features password-storage --
- name: test cross compiling with zig
if: ${{ !contains(matrix.python-version, '-dev') }}
shell: bash
Expand Down

0 comments on commit c3f44e4

Please sign in to comment.