Skip to content

Commit

Permalink
⚡️ Remove turnstile integration test example pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Jul 14, 2024
1 parent 01a19ef commit 1747787
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,3 @@ jobs:
- name: Test Escrow
working-directory: examples/integration-tests/escrow
run: cargo run --manifest-path ../../../Cargo.toml test
test_turnstile:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-rust/
- uses: ./.github/actions/setup-solana/
- uses: ./.github/actions/setup-anchor/
id: rust-setup
- uses: Swatinem/rust-cache@v2
name: Cache Rust and it's packages
- name: Build Turnstile
working-directory: examples/integration-tests/turnstile
run: anchor build
- name: Test Turnstile
working-directory: examples/integration-tests/turnstile
run: cargo run --manifest-path ../../../Cargo.toml test

0 comments on commit 1747787

Please sign in to comment.