Skip to content

Commit e5b9192

Browse files
committed
fix
1 parent c278e3a commit e5b9192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plt-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
rustup component add clippy
4747
cargo clippy --locked --all-targets --all-features -- -D warnings
4848
- name: Test
49-
working-directory: plt-scheduler
49+
working-directory: plt
5050
run: |
5151
cargo test --locked --all-targets --all-features

0 commit comments

Comments
 (0)