Skip to content

Commit

Permalink
fix workflow for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Apr 9, 2024
1 parent cc792ab commit 262d5d6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,23 +241,4 @@ test_mysql:
run: diesel setup --database-url "mysql://root:mysql@localhost/fang"

- name: Run tests
run: cargo test "asynk::async_queue::mysql" --verbose --features asynk-mysql -- --nocapture

release:
name: Release x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always

strategy:
matrix:
toolchain:
- stable

steps:
- uses: actions/checkout@v3
- name: Setup Rust
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

- name: Build release
run: cargo build --release --verbose --all-features --target x86_64-unknown-linux-gnu
run: cargo test "asynk::async_queue::mysql" --verbose --features asynk-mysql -- --nocapture

0 comments on commit 262d5d6

Please sign in to comment.