Skip to content

Commit

Permalink
ci: fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Jul 23, 2022
1 parent 7e2e2d0 commit 94ffa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
- name: Run tests
run: cargo test --release --target ${{ matrix.target }} --verbose
- name: Build release
Expand Down

0 comments on commit 94ffa70

Please # to comment.