Skip to content

Commit 8491dca

Browse files
authored
Update artifact uploading (#1018)
This should have been changes in #892. I'm not overly happy with the difference between `vello_tests/current` and `vello_sparse_tests/diffs`, but that isn't for this PR to solve.
1 parent 10129d5 commit 8491dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ jobs:
297297
with:
298298
name: vello-snapshot-tests-${{ matrix.os }}
299299
path: |
300-
vello_tests/snapshots
301-
vello_tests/smoke_snapshots
302300
vello_tests/comparisons
301+
vello_tests/current
302+
sparse_strips/vello_sparse_tests/diffs
303303
304304
- name: cargo test --doc
305305
run: cargo test --doc --workspace --locked --all-features --no-fail-fast

0 commit comments

Comments
 (0)