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

Commit

Permalink
Merge pull request #298 from subspace/gemini-3h-exp-build
Browse files Browse the repository at this point in the history
Upgrade pulsar to gemini-3h
  • Loading branch information
ParthDesai committed Feb 10, 2024
2 parents 389b8ef + 69fecd9 commit b100b0d
Show file tree
Hide file tree
Showing 33 changed files with 2,135 additions and 2,785 deletions.
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

0 comments on commit b100b0d

Please sign in to comment.