Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Dec 29, 2023
1 parent 437bc45 commit 76046e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Check cargo fmt compliance
run: cargo fmt --all -- --check
- name: Check no rustc warnings
run: cargo check --tests
- name: Check for clippy warnings
run: cargo clippy
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
# # Tests currently fail with `MakeWgpuAdapterError`
Expand Down

0 comments on commit 76046e9

Please sign in to comment.