Skip to content

Commit

Permalink
Merge pull request #58 from Cardinal-Cryptography/fix-harder
Browse files Browse the repository at this point in the history
One more attempt at fixing e2e_tests
  • Loading branch information
h4nsu authored Nov 10, 2023
2 parents ad73c37 + 7513d38 commit 8fd5c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- main
merge_group:
workflow_dispatch:

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build-all: ## Builds all production contracts.
build-test-contracts: ## Builds contracts used in e2e-tests
@for d in $(TEST_PATHS); do \
echo "Building $$d contract" ; \
if [[ "$$d" = $(TEST_CONTRACTS)/psp22 ]]; then \
if [ "$$d" = "$(TEST_CONTRACTS)/psp22" ]; then \
cargo contract build --quiet --manifest-path $$d/Cargo.toml --release --features "contract"; \
else \
cargo contract build --quiet --manifest-path $$d/Cargo.toml --release; \
Expand Down

0 comments on commit 8fd5c75

Please sign in to comment.