Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Apr 25, 2024
1 parent 2857b63 commit 4fd7ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: cargo run --example deserialize_duration
- name: Run examples with deserialize_duration_chrono
run: cargo run --example deserialize_duration_chrono
- name: Run examples with deserialize_duration_time
run: cargo run --example deserialize_duration_time

# build on nightly
- uses: actions-rs/toolchain@v1
Expand All @@ -64,4 +66,4 @@ jobs:
- name: Publish
shell: bash
run: |
cargo publish --token ${{ secrets.CRATES_GITHUB_TOKEN }}
cargo publish --token ${{ secrets.CRATES_GITHUB_TOKEN }}

0 comments on commit 4fd7ca3

Please sign in to comment.