aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-10 06:44:09 +0000
committerBlaž Hrastnik2021-05-10 06:45:15 +0000
commit686ad5e18203e241e635eb0bf1fa3832d8fc414c (patch)
tree58b021693400307962f779ae3c5fc99d1c344f5c /.github
parent274c413f5a90252adbd9d0a7f1f2a8f914ec1707 (diff)
Update release.yml
Diffstat (limited to '.github')
-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: