Skip to content

Commit c00f120

Browse files
authored
port and improve inline-spl from agave (solana-program#70)
1 parent 9ac5dc4 commit c00f120

File tree

15 files changed

+1060
-16
lines changed

15 files changed

+1060
-16
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
library: [discriminator, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
15+
library: [discriminator, generic-token, generic-token-tests, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
1616
steps:
1717
- name: Git Checkout
1818
uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
strategy:
9595
matrix:
96-
library: [discriminator, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
96+
library: [discriminator, generic-token, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
9797
steps:
9898
- name: Git Checkout
9999
uses: actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
strategy:
136136
matrix:
137-
library: [discriminator, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
137+
library: [discriminator, generic-token, generic-token-tests, pod, program-error, tlv-account-resolution, type-length-value, type-length-value-derive-test]
138138
steps:
139139
- name: Git Checkout
140140
uses: actions/checkout@v4

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- discriminator
1313
- discriminator/derive
1414
- discriminator/syn
15+
- generic-token
1516
- pod
1617
- program-error
1718
- program-error/derive

0 commit comments

Comments
 (0)