We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90db5e commit 427ec0eCopy full SHA for 427ec0e
.github/workflows/pyth-sdk-solana.yml
@@ -10,19 +10,6 @@ env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
13
- build:
14
- runs-on: ubuntu-latest
15
- defaults:
16
- run:
17
- working-directory: ./pyth-sdk-solana
18
- steps:
19
- - uses: actions/checkout@v2
20
- - name: Install dependencies
21
- run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
22
- - name: Build
23
- run: cargo build --verbose
24
- - name: Run tests
25
- run: cargo test --verbose
26
test-contract:
27
runs-on: ubuntu-latest
28
defaults:
.github/workflows/pyth-sdk.yml
0 commit comments