Skip to content

Commit

Permalink
Add e2e tests to core repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Jun 16, 2023
1 parent 3870080 commit 29a4a86
Show file tree
Hide file tree
Showing 23 changed files with 2,596 additions and 293 deletions.
3 changes: 2 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
wasm = "build --lib --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib -- --nocapture"
lint = "clippy -- -D warnings"
lint = "clippy -- -D warnings"
e2e-test = "test --package e2e-tests -- --nocapture --ignored --test-threads 1 -Z unstable-options --report-time"
Loading

0 comments on commit 29a4a86

Please sign in to comment.