Skip to content

Commit

Permalink
Update and rename test_escrow.yml to run_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Aug 9, 2023
1 parent 9531364 commit 4b00ed6
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
pull_request:
push:

name: Test Escrow
name: Test Escrow and Turnstile

env:
SOLANA_CLI_VERSION: 1.16.6
ANCHOR_VERSION: 0.28.0

jobs:
test_escrow:
run_examples:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -32,3 +32,9 @@ jobs:
- name: Test Escrow
working-directory: examples/escrow
run: ../../target/release/trdelnik test
- name: Build Turnstile
working-directory: examples/turnstile
run: anchor build
- name: Test Turnstile
working-directory: examples/turnstile
run: ../../target/release/trdelnik test

0 comments on commit 4b00ed6

Please sign in to comment.