Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Mar 27, 2024
1 parent 7bb4b4a commit ee077dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
# has a 6-month MSRV policy, don't run tests on MSRV version since they
# will always fail.
- name: Revert time dep if needed
if: ${{ matrix.rust == '1.60.0' }}
run: cargo update --precise 0.3.17 --package time
if: ${{ matrix.rust == '1.65.0' }}
run: cargo update --precise 0.3.23 --package time

- name: Run cargo test
run: cargo test --all-features --all
Expand Down

0 comments on commit ee077dc

Please sign in to comment.