Skip to content

Commit

Permalink
show me token
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 28, 2024
1 parent 7d7f19c commit 5234e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Run tmate
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
CI_GH_TOKEN: ${{ secrets.CI_GH_TOKEN }}
uses: mxschmitt/action-tmate@v2

- name: Regenerate verifier and Poseidon contracts and ensure that they are up-to-date
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/_rust-crates-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@ jobs:
- name: Run integration tests
run: make deps && cargo test --release -p integration-tests

# Shielder-circuits part
# - name: Build shielder-circuits package
# run: cd crates/shielder-circuits && make build && make test

# - name: Upload circuit measurements binary
# uses: actions/upload-artifact@v4
# with:
# path: target/release/measure-circuits
# name: measure-circuits
# retention-days: 1

# Run heavy tests for shielder-relayer and e2e tooling tests.
full-testing:
name: Run heavy tests
Expand Down

0 comments on commit 5234e08

Please sign in to comment.