Skip to content

Commit d50d3e8

Browse files
committed
fix: cargo test + linux musl target
1 parent 776c07b commit d50d3e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cargo build
5353
5454
- name: Run tests
55-
run: test
55+
run: cargo test
5656

5757
- name: Run clippy
5858
run: |
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Setup MUSL
109109
run: |
110-
sudo apt-get -qq install musl-tools libssl-dev
110+
sudo apt-get -qq install musl-tools libssl-dev pkg-config
111111
- name: Build Debug
112112
run: |
113113
cargo build --target=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)