Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 28, 2024
1 parent cac787e commit d515a5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: Install latest stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.74.1
override: true
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "test-macos"
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: test --verbose -- --nocapture
- name: version
run: rustc --version
- name: test
run: cd sg2d-wgpu/ && cargo test -- --nocapture
- name: Update images
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d515a5a

Please sign in to comment.