Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Nov 2, 2024
1 parent a9c3a6b commit 7c34552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Test
uses: actions-rs/cargo@v1
# Snapshot tests only work on macos, since they require a gpu
# Snapshot tests currently only work on macos, since they require a gpu
if: ${{ matrix.os == 'macos-latest' }}
with:
command: test
Expand All @@ -62,5 +62,5 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
name: test-results-${{ runner.os }}
path: "**/tests/snapshots"

0 comments on commit 7c34552

Please sign in to comment.