Skip to content

Commit 39d4b15

Browse files
committed
make ci step more simple
1 parent e16647b commit 39d4b15

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/date-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
rustup update stable
2323
2424
- name: Run `date-check`
25-
working-directory: ci/date-check
26-
run: |
27-
cargo run -- ../../src/ > ../../date-check-output.txt
25+
run: cargo run --manifest-path ci/date-check/Cargo.toml . > date-check-output.txt
2826

2927
- name: Open issue
3028
uses: actions/github-script@v7

0 commit comments

Comments
 (0)