Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Dec 19, 2024
1 parent fec6f86 commit 9398a24
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/stacks-signer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
steps:
# Checkout the latest code
- name: Checkout Latest Code
uses: actions/checkout@v3

# Install Rust toolchain
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
## Setup test environment
- name: Setup Test Environment
id: setup_tests
uses: stacks-network/actions/stacks-core/testenv@main

# Run unit tests
- name: Run Unit Tests
Expand Down

0 comments on commit 9398a24

Please sign in to comment.