Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Upgrade pulsar to gemini-3h #298

Merged
merged 5 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ jobs:
run: cargo cache

- name: Build and run tests (linux & windows)
run: cargo test --locked
run: cargo test --locked -- --test-threads 1
if: runner.os != 'macOS'

- name: Build and run tests (macOS)
run: cargo test --locked --no-default-features
run: cargo test --locked --no-default-features -- --test-threads 1
if: runner.os == 'macOS'

- name: Clean unused artifacts
Expand Down
Loading
Loading