Skip to content

Commit 2a121b1

Browse files
committed
actions test
1 parent 4096549 commit 2a121b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: rustup target add x86_64-unknown-linux-musl
2020

2121
- name: Build
22-
run: cargo build --target=x86_64-unknown-linux-musl
22+
run: cargo build -r --target=x86_64-unknown-linux-musl
2323

2424
- name: release
2525
uses: actions/create-release@v1

0 commit comments

Comments
 (0)