Skip to content

Commit

Permalink
Remove WIP changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Aug 21, 2021
1 parent 710dac2 commit edebf36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/darwin-amd64.tar.gz'
artifact_name: 'wasmer-darwin-amd64'
cross_compilation_artifact_name: 'cross_compiled_from_mac'
# TODO: Flip these back
run_test: false
run_test_capi: false
run_test: true
run_test_capi: true
use_sccache: true
run_integration_tests: false
run_integration_tests: true
run_ios_tests: true
- build: macos-arm64
os: macos-11.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ test-examples:
cargo test --release $(compiler_features) --features wasi --examples

test-integration:
cargo test -p wasmer-integration-tests-cli --verbose
cargo test -p wasmer-integration-tests-cli

test-integration-ios:
rm -f tests/integration/ios/DylibExample/DylibExample/sum.dylib
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/ios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Wasmer Engineering Team <[email protected]>"]
description = "iOS integration tests"
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
publish = false
publish = false

0 comments on commit edebf36

Please sign in to comment.