Unnamed repository; edit this file 'description' to name the repository.
Update release.yml
Blaž Hrastnik 2021-05-10
parent 274c413 · commit 686ad5e
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 73964ef6..3ff4116a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
use-cross: true
command: build
args: --release --locked --target ${{ matrix.target }}
-
+
- name: Run cargo test
uses: actions-rs/cargo@v1
with: