Skip to content

Commit

Permalink
Reorder download steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Nov 9, 2024
1 parent c9b989d commit 4aba998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
with:
bins: cargo-nextest,just

# Download the Prophet Stan model since an example requires it.
- name: Download Prophet Stan model
run: just download-prophet-stan-model

# Download the Prophet wasmstan module since an example and some doctests require it.
- name: Download Prophet WASMStan component artifact
uses: actions/download-artifact@v4
with:
name: prophet-wasmstan.wasm
path: crates/augurs-prophet

# Download the Prophet Stan model since an example requires it.
- name: Download Prophet Stan model
run: just download-prophet-stan-model

- name: Run cargo nextest
run: just test-all
- name: Run doc tests
Expand Down

0 comments on commit 4aba998

Please sign in to comment.