Skip to content

Commit

Permalink
Merge pull request #49 from twitch-rs/improve-ci
Browse files Browse the repository at this point in the history
make it so that xtask isn't needed on msrv check
  • Loading branch information
Emilgardis authored Aug 27, 2023
2 parents 27410d3 + 92f2d23 commit ed46582
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 @@ -50,7 +50,7 @@ jobs:
toolchain: ${{ matrix.rust || env.MSRV }}
- uses: Swatinem/rust-cache@v2
- name: Test twitch_types
run: cargo test --all-targets --all-features --workspace
run: cargo test --all-targets --all-features ${{matrix.rust == 'nightly' && '--workspace'}}
fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed46582

Please sign in to comment.