Skip to content

Commit

Permalink
some last ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Sep 29, 2024
1 parent 1a00b5a commit b3542ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: cargo fmt --all -- --check

test:
name: Run linter
name: Lint and test
# this is pretty weird, but `winit` requires a backend on linux
# and we don't specify that at all and just let end users do that
runs-on: windows-latest
if: github.ref == 'refs/heads/main'
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
Expand Down

0 comments on commit b3542ba

Please sign in to comment.