Skip to content

Commit

Permalink
update code fix test_non_api issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Haris Djafar authored and Abdul Haris Djafar committed Dec 14, 2024
1 parent fae70dd commit 1e11bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test_non_api:
name: Run non-API Tests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -71,7 +71,7 @@ jobs:
# key: sqlx
- name: Run non-api tests
run: |
cargo test --workspace --all-features --exclude api --verbose -- --test-threads=1
cargo test --workspace --all-features --exclude api -- --test-threads=1
fmt:
name: Rustfmt
Expand Down

0 comments on commit 1e11bb3

Please sign in to comment.