Skip to content

Commit

Permalink
add ci for test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Jan 20, 2024
1 parent 7223188 commit 1674173
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
toolchain: nightly
components: clippy
- run: cargo clippy --all-features
tests:
test-debug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,3 +23,12 @@ jobs:
toolchain: nightly
components: clippy
- run: cargo test -v --no-fail-fast --all-features
test-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy
- run: cargo test -v --no-fail-fast --release --all-features

0 comments on commit 1674173

Please sign in to comment.