Skip to content

Commit

Permalink
Remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jan 16, 2023
1 parent 7eac4c8 commit 2bfb182
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,6 @@ jobs:
-c 5
--retry 2
- name: Run ${{ env.CI_PROFILE }} integration tests for ffi
if: ${{ env.CI_FFI == 'true' }}
timeout-minutes: 90
uses: actions-rs/cargo@v1
with:
command: test
args: >
--test cucumber
-v
--all-features
--release
--package tari_integration_tests
-- -t "@ffi and ${{ env.CI_PROFILE }} and not @broken"
--retry 2
ffi:
name: Cucumber tests / FFI
runs-on: [self-hosted, ubuntu18.04-high-cpu]
Expand Down

0 comments on commit 2bfb182

Please sign in to comment.