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 eaba9d9 commit 539000bCopy full SHA for 539000b
.github/workflows/reusable-test.yaml
@@ -12,26 +12,6 @@ jobs:
12
test:
13
runs-on: ubuntu-latest
14
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
+ - uses: ./.github/actions/run-tests/
27
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
+ program: ${{ github.event.inputs.program }}
0 commit comments