Skip to content

Commit 427ec0e

Browse files
committed
remove unused workflows
1 parent a90db5e commit 427ec0e

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

.github/workflows/pyth-sdk-solana.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
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
2613
test-contract:
2714
runs-on: ubuntu-latest
2815
defaults:

.github/workflows/pyth-sdk.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)