Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RelationDef & RelationBuilder are Send & Sync #898

Merged
merged 3 commits into from
Jul 21, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'master' into relation-send-sync
  • Loading branch information
tyt2y3 committed Jul 21, 2022
commit 74bcb997b0766bce1d1cd3497b78eb3c49117468
40 changes: 1 addition & 39 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,45 +340,7 @@ jobs:
with:
command: build
args: >
--manifest-path examples/${{ matrix.path }}/Cargo.toml

- name: Check existence of migration directory
id: migration_dir_exists
uses: andstor/file-existence-action@v1
with:
files: examples/${{ matrix.path }}/migration/Cargo.toml

- uses: actions-rs/cargo@v1
if: steps.migration_dir_exists.outputs.files_exists == 'true'
with:
command: build
args: >
--manifest-path examples/${{ matrix.path }}/migration/Cargo.toml

issues:
name: Issues
needs: init
if: ${{ (needs.init.outputs.run-partial == 'true' && needs.init.outputs.run-issues == 'true') }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
path: [86, 249, 262, 319, 324, 352, 356, 471, 630, 693, 892]
steps:
- uses: actions/checkout@v2

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- uses: actions-rs/cargo@v1
with:
command: build
args: >
--manifest-path issues/${{ matrix.path }}/Cargo.toml
--manifest-path ${{ matrix.path }}

- uses: actions-rs/cargo@v1
with:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.