Skip to content

Commit

Permalink
Match sqlx version in CI to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Jul 13, 2023
1 parent d5df1df commit d2eab76
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
CARGO_TERM_COLOR: always

Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
steps:
- name: Checkout repository
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/priority-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
RUSTFLAGS: -C link-arg=-s
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyauditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
RUSTFLAGS: -C link-arg=-s
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slurm-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Slurm collector
name: Slurm collector
runs-on: ubuntu-22.04
services:
postgres:
Expand All @@ -23,7 +23,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
RUSTFLAGS: -C link-arg=-s
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slurm-epilog-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.6.2
SQLX_VERSION: 0.6.3
SQLX_FEATURES: postgres,rustls,sqlite
RUSTFLAGS: -C link-arg=-s
steps:
Expand Down

0 comments on commit d2eab76

Please sign in to comment.