|
|
@@ -38,7 +38,7 @@ env:
|
|
|
|
|
|
jobs:
|
|
|
check:
|
|
|
- if: github.repository == 'anza-xyz/agave'
|
|
|
+ #if: github.repository == 'anza-xyz/agave'
|
|
|
if: false
|
|
|
runs-on: ubuntu-latest
|
|
|
timeout-minutes: 60
|
|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
cargo check
|
|
|
|
|
|
test_cli:
|
|
|
- if: github.repository == 'anza-xyz/agave'
|
|
|
+ #if: github.repository == 'anza-xyz/agave'
|
|
|
if: false
|
|
|
runs-on: ubuntu-latest
|
|
|
timeout-minutes: 60
|
|
|
@@ -108,7 +108,7 @@ jobs:
|
|
|
cargo test --manifest-path clients/cli/Cargo.toml
|
|
|
|
|
|
cargo-test-sbf:
|
|
|
- if: github.repository == 'anza-xyz/agave'
|
|
|
+ #if: github.repository == 'anza-xyz/agave'
|
|
|
if: false
|
|
|
runs-on: ubuntu-latest
|
|
|
timeout-minutes: 60
|