-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
* test: separate_number_and_test and test_timestamp_to_date_string * proposals_with_latest_snapshot * @petersalomonsen * test: compare with RPC * fix: test in github action uses local result * remove unused files * remove unused file * add ENV to ci.yml * fix clippy warnings * test: check for 600 transactions * fix: remove inner joins from rust strings * cargo sqlx prepare
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
sudo apt update | ||
sudo apt install -y postgresql | ||
sudo apt install libudev-dev | ||
|
||
cargo install sqlx-cli | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ jobs: | |
CONTRACT: devhub.near | ||
DATABASE_URL: postgres://devhub_cache_api_rs:[email protected]:5432/devhub_cache_api_rs | ||
NEARBLOCKS_API_KEY: ${{ secrets.NEARBLOCKS_API_KEY }} | ||
ENV: GH_ACTION | ||
|
||
- name: Run clippy and audit | ||
run: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.