diff options
author | Blaž Hrastnik | 2021-05-10 06:44:09 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-10 06:45:15 +0000 |
commit | 686ad5e18203e241e635eb0bf1fa3832d8fc414c (patch) | |
tree | 58b021693400307962f779ae3c5fc99d1c344f5c /.github/workflows | |
parent | 274c413f5a90252adbd9d0a7f1f2a8f914ec1707 (diff) |
Update release.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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: |