Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Leśniak committed Apr 15, 2024
1 parent 984126d commit 1a90bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baby-liminal-extension/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TEST_TOOLCHAIN = nightly-2024-02-14 # needed for unstable features regarding con
test: test-frontend test-backend ## Run all tests

test-frontend: ## Run frontend tests
cargo test --release $(AT_TEST_CONTRACT) || exit 1
cargo +$(TEST_TOOLCHAIN) test --release $(AT_TEST_CONTRACT) || exit 1

test-backend: ## Run backend tests
cargo +$(TEST_TOOLCHAIN) test --release --features runtime-std || exit 1
Expand Down

0 comments on commit 1a90bde

Please sign in to comment.