Skip to content

Commit

Permalink
remove test job now that cmake is used exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav-fireblocks committed Dec 5, 2024
1 parent 1fb5d2a commit a8f6a6f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@ name: Run tests
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update && sudo apt install -y build-essential uuid-dev libssl-dev libsecp256k1-dev
- name: Build
run: |
make -C src
- name: Build tests
run: |
make -C test
- name: Run Tests
run: |
make run-tests
cmake-test:
runs-on: ubuntu-20.04
strategy:
Expand Down

0 comments on commit a8f6a6f

Please sign in to comment.