Skip to content

Commit

Permalink
re-enable test-rs-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Apr 19, 2024
1 parent e6470aa commit 3ef0230
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,30 @@ jobs:
# - name: Run tests
# run: cargo test --verbose

# # Cleanup fails with: [__NSCFString bytes]: unrecognized selector sent to instance 0x600002fc62c0
# test-rs-macos:
# runs-on: macos-latest
# env:
# RUSTFLAGS: "-D warnings"
# steps:
# - name: Install Protoc
# uses: arduino/setup-protoc@v2
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/checkout@v3
# - name: Install latest stable toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# override: true
# - uses: Swatinem/rust-cache@v2
# with:
# prefix-key: "test-macos"
# - name: version
# run: rustc --version
# - name: test
# run: cd avenger-wgpu/ && cargo test -- --nocapture
# - name: Update images
# uses: actions/upload-artifact@v4
# with:
# name: images-macos
# path: avenger-wgpu/tests/output
test-rs-macos:
runs-on: macos-latest
env:
RUSTFLAGS: "-D warnings"
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Install latest stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "test-macos"
- name: version
run: rustc --version
- name: test
run: cd avenger-wgpu/ && cargo test -- --nocapture
- name: Update images
uses: actions/upload-artifact@v4
with:
name: images-macos
path: avenger-wgpu/tests/output

0 comments on commit 3ef0230

Please sign in to comment.