Skip to content

Commit

Permalink
ci: Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Nov 8, 2024
1 parent ea7aebb commit ae8255d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
key: ${{ matrix.target }}
- name: Run tests
run: cargo test --target ${{ matrix.target }}
run: cargo test -p abcrypt -p abcrypt-cli -p abcrypt-capi --target ${{ matrix.target }}
- name: Run tests (no default features)
run: cargo test -p abcrypt -p abcrypt-cli --target ${{ matrix.target }} --no-default-features
- name: Run tests (`alloc` feature)
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default: build

# Run tests
@test:
cargo test
cargo test -p abcrypt -p abcrypt-cli -p abcrypt-capi

# Run the formatter
@fmt:
Expand Down

0 comments on commit ae8255d

Please sign in to comment.