Skip to content

Commit

Permalink
fix: removing artifact upload in regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfaisal committed Jan 4, 2022
1 parent 49f2301 commit 00ff1bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/upload-artifact@v2
with:
name: binary
path: ./target/release/anonvalidator

0 comments on commit 00ff1bf

Please sign in to comment.