We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c278e3a commit e5b9192Copy full SHA for e5b9192
.github/workflows/plt-build-test.yaml
@@ -46,6 +46,6 @@ jobs:
46
rustup component add clippy
47
cargo clippy --locked --all-targets --all-features -- -D warnings
48
- name: Test
49
- working-directory: plt-scheduler
+ working-directory: plt
50
run: |
51
cargo test --locked --all-targets --all-features
0 commit comments