Skip to content

Commit

Permalink
copy event config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 19, 2024
1 parent c1d5cc5 commit 121ad18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: curl https://sh.rustup.rs -sSf | sh -s -- -y

- name: unit tests
run: cargo test --all --release
run: |
cp tests/*.json .
cargo test --all --release
- name: bundle
shell: bash
Expand Down

0 comments on commit 121ad18

Please sign in to comment.