Skip to content

Commit

Permalink
Run web tests with wasm with dev Dart sdk (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Dec 14, 2023
1 parent 36f98e9 commit db2cb76
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
44 changes: 41 additions & 3 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkgs/http/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ stages:
- command: dart run --define=no_default_http_client=true test/no_default_http_client_test.dart
os:
- linux
- test: --test-randomize-ordering-seed=random -p chrome -c dart2wasm
sdk: dev
4 changes: 4 additions & 0 deletions tool/ci.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db2cb76

Please sign in to comment.