Skip to content

Commit

Permalink
dsiable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 8, 2024
1 parent 7e7e1d6 commit 6b982c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
- name: Casper node launcher js
run: npx casper-node-launcher-js node --daemon

- name: Unit Tests
run: make test
# - name: Unit Tests
# run: make test

- name: Integration Tests
run: make integration-test
# - name: Integration Tests
# run: make integration-test

- name: E2E Tests
run: make e2e-test
Expand Down

0 comments on commit 6b982c4

Please sign in to comment.