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 554f8bc commit 99aa1e1Copy full SHA for 99aa1e1
.github/workflows/pyth.yml
@@ -6,7 +6,7 @@ on:
6
branches: [pyth-v1.14.17]
7
jobs:
8
test:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions-rs/toolchain@v1
@@ -22,7 +22,7 @@ jobs:
22
- name: Run tests
23
run: cargo test -p solana-runtime pyth
24
clippy:
25
26
27
28
@@ -38,7 +38,7 @@ jobs:
38
- name: Check clippy
39
run: cargo clippy --bins --tests --examples -- --deny warnings
40
format:
41
42
43
44
0 commit comments