-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more commenting to relayer and secret gateway & CI improvements
- Loading branch information
1 parent
3662b8f
commit bf86a3a
Showing
3 changed files
with
163 additions
and
107 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 |
---|---|---|
|
@@ -45,46 +45,9 @@ jobs: | |
working-directory: TNLS-Gateways/public-gateway | ||
run: forge snapshot --check --tolerance 1 | ||
|
||
secret_gateway_tests: | ||
name: Secret Gateway Tests | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
rust: | ||
- stable | ||
target: | ||
- x86_64-unknown-linux-gnu | ||
- wasm32-unknown-unknown | ||
env: | ||
CARGO_TERM_COLOR: always | ||
SCCACHE_GHA_ENABLED: "true" | ||
RUSTC_WRAPPER: "sccache" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/cache@v4 | ||
with: | ||
path: | | ||
~/.cargo | ||
target/ | ||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||
restore-keys: ${{ runner.os }}-cargo- | ||
|
||
- uses: mozilla-actions/[email protected] | ||
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ matrix.rust }} | ||
target: ${{ matrix.target }} | ||
|
||
- name: Build | ||
working-directory: TNLS-Gateways/secret | ||
run: cargo build --target ${{ matrix.target }} --no-default-features --release | ||
|
||
secret_unit_tests: | ||
name: Secret Gateway Unit Tests | ||
runs-on: ubuntu-latest | ||
needs: secret_gateway_tests | ||
strategy: | ||
matrix: | ||
rust: | ||
|
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
Oops, something went wrong.