Skip to content

Commit 4e66c7f

Browse files
authored
Update CI.yaml
1 parent b30b4ea commit 4e66c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: render
3030
run: |
3131
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
32+
cargo run --release -- --multiplier=4 --all
33+
cargo test --release --all-targets --all
3434
3535
- name: commit
3636
run: |

0 commit comments

Comments
 (0)