Skip to content

Commit

Permalink
fix(ci): 🐛 Do not run tests in this action. Tests have dedicated action
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 2, 2023
1 parent 9649c1b commit 9450692
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Test
if: matrix.os == 'ubuntu-latest'
run: |
cargo test
- name: Build
run: |
cargo build --release
Expand Down

0 comments on commit 9450692

Please sign in to comment.