Skip to content

Commit f23714d

Browse files
committed
Fixed GitHub action.
1 parent 20179c5 commit f23714d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check_and_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8-
workflow_dispatch: {}
8+
workflow_dispatch: { }
99

1010

1111
env:
@@ -47,8 +47,8 @@ jobs:
4747

4848
- name: Run tests
4949
run: |
50-
cargo check -p libheif-rs
51-
cargo test
50+
cargo check -p libheif-rs --features embedded-libheif-plugins
51+
cargo test --features embedded-libheif-plugins
5252
5353
5454
# run_tests_on_windows:

0 commit comments

Comments
 (0)