Skip to content

Commit

Permalink
test: add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Jan 19, 2023
1 parent 9f5ea50 commit 7ef06e4
Show file tree
Hide file tree
Showing 22 changed files with 5,274 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
working-directory: packages/ic-response-verification
run: wasm-pack test --node

- name: e2e tests
run: ./scripts/e2e.sh

- name: Lint
run: cargo clippy

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.cargo
/target
.DS_Store
/tmp
Loading

0 comments on commit 7ef06e4

Please sign in to comment.