Skip to content

Commit

Permalink
Remove --lib in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed May 26, 2024
1 parent c9c9f61 commit 75d0b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: cargo build --release

- name: Test
run: cargo test --release --lib
run: cargo test --release

build_test_x86_avx2:
name: Build & Test X86 AVX2
Expand All @@ -43,7 +43,7 @@ jobs:
run: cargo build --release

- name: Test
run: cargo test --release --lib
run: cargo test --release

build_test_arm:
name: Build & Test ARM
Expand All @@ -59,4 +59,4 @@ jobs:
run: cargo build --release

- name: Test
run: cargo test --release --lib
run: cargo test --release

0 comments on commit 75d0b75

Please sign in to comment.