Skip to content

Commit

Permalink
programming in YAML sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 6, 2024
1 parent ede54cc commit 87ea5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
- name: Test no default features
run: cargo test --no-default-features
- name: Test all features
Expand Down

0 comments on commit 87ea5da

Please sign in to comment.