Skip to content

Commit

Permalink
Upload correct binary
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Steuernagel <[email protected]>
  • Loading branch information
LucasSte committed Oct 4, 2023
1 parent 0962851 commit d86f6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
run: |
cargo llvm-cov clean --workspace
cargo build
- name: Run tests
if: always()
run: cargo llvm-cov --all-features --workspace --no-report
- name: Upload binary
uses: actions/[email protected]
with:
name: solang-linux-x86-64
path: ./target/debug/solang
- name: Run tests
if: always()
run: cargo llvm-cov --all-features --workspace --no-report
- name: Compress test coverage files
run: |
rm -r bpf wasm tmp cxxbridge CACHEDIR.TAG
Expand Down

0 comments on commit d86f6ce

Please sign in to comment.