We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30b4ea commit 4e66c7fCopy full SHA for 4e66c7f
1 file changed
.github/workflows/CI.yaml
@@ -29,8 +29,8 @@ jobs:
29
- name: render
30
run: |
31
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
32
- cargo run --release -F oidn -- --multiplier=4 --all
33
- cargo test --release -F oidn --all-targets --all
+ cargo run --release -- --multiplier=4 --all
+ cargo test --release --all-targets --all
34
35
- name: commit
36
0 commit comments