Skip to content

Commit 539000b

Browse files
committed
Update reusable-test.yaml
1 parent eaba9d9 commit 539000b

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/reusable-test.yaml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,6 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
17-
- uses: ./.github/actions/extract-versions/
18-
id: versions
19-
20-
- uses: ./.github/actions/setup/
21-
22-
- name: Install Solana
23-
uses: ./.github/actions/setup-solana
24-
25-
- name: Install Anchor
26-
uses: ./.github/actions/setup-anchor
15+
- uses: ./.github/actions/run-tests/
2716
with:
28-
anchor-version: ${{ env.ANCHOR_VERSION }}
29-
30-
- name: Run Tests
31-
env:
32-
CARGO_NET_GIT_FETCH_WITH_CLI: true
33-
CARGO_NET_RETRY: 10
34-
RUST_BACKTRACE: 1
35-
run: |
36-
echo "Running tests for program: ${{ inputs.program }}"
37-
anchor test
17+
program: ${{ github.event.inputs.program }}

0 commit comments

Comments
 (0)