-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure core Rust tests run before higher-level Python tests.
- Loading branch information
1 parent
4e68754
commit b59fe0d
Showing
2 changed files
with
15 additions
and
15 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
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 |
---|---|---|
|
@@ -53,12 +53,12 @@ jobs: | |
POSTGRES_PASSWORD: pass | ||
POSTGRES_DATABASE: nautilus | ||
|
||
- name: Common tests | ||
uses: ./.github/actions/common-tests | ||
|
||
- name: Run nautilus_core tests | ||
run: make cargo-test | ||
|
||
- name: Common test setup | ||
uses: ./.github/actions/common-tests | ||
|
||
# Run codspeed once only | ||
- name: Run benchmarks | ||
uses: CodSpeedHQ/[email protected] | ||
|