-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
21 changed files
with
2,244 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
tests/db/compile/** filter=lfs diff=lfs merge=lfs -text | ||
tests/db/hpo/** filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,9 @@ jobs: | |
toolchain: stable | ||
override: true | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- uses: Swatinem/[email protected] | ||
if: ${{ steps.release.outputs.release_created }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,9 @@ jobs: | |
- name: Install flatbuffers | ||
uses: ./.github/actions/install-flatbuffers | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Check format | ||
run: | | ||
flatc -o target/flatbuffers --rust src/world.fbs | ||
|
@@ -47,6 +50,9 @@ jobs: | |
- name: Install flatbuffers | ||
uses: ./.github/actions/install-flatbuffers | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- name: Lint with clippy | ||
uses: actions-rs/clippy-check@v1 | ||
with: | ||
|
@@ -70,6 +76,9 @@ jobs: | |
- name: Install flatbuffers | ||
uses: ./.github/actions/install-flatbuffers | ||
|
||
- name: Setup protoc | ||
uses: arduino/[email protected] | ||
|
||
- uses: Swatinem/[email protected] | ||
|
||
- name: Run cargo-tarpaulin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/*.json | ||
|
||
## Text Editors | ||
|
||
/.vscode | ||
|
Oops, something went wrong.