Skip to content

Commit

Permalink
fix: remove old ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Oct 15, 2024
1 parent e421e9a commit 0af56cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
run: |
cargo test --target ${{ matrix.target }}
cargo test --all-features --target ${{ matrix.target }}
echo "foo/bar" | cargo run -q --example "list" --target ${{ matrix.target }} -- --list -
- name: Tests (Release)
run: |
cargo test --release --target ${{ matrix.target }}
cargo test --release --all-features --target ${{ matrix.target }}
echo "foo/bar" | cargo run --release -q --example "list" --target ${{ matrix.target }} -- --list -

0 comments on commit 0af56cb

Please sign in to comment.