Skip to content

Commit 00ff1bf

Browse files
committed
fix: removing artifact upload in regular build
1 parent 49f2301 commit 00ff1bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Build
20-
run: cargo build --release
20+
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23-
- uses: actions/upload-artifact@v2
24-
with:
25-
name: binary
26-
path: ./target/release/anonvalidator

0 commit comments

Comments
 (0)