Skip to content

Commit

Permalink
chore: remove e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 26, 2023
1 parent 7133847 commit 26e41e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 197 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ jobs:
- run: aiken fmt --check
- run: aiken check
- run: aiken build

- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- run: deno task e2e
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"tasks": {
"cli": "deno run --allow-all miner/main.ts",
"e2e": "deno run --allow-all miner/e2e.ts"
"cli": "deno run --allow-all miner/main.ts"
}
}
190 changes: 0 additions & 190 deletions miner/e2e.ts

This file was deleted.

0 comments on commit 26e41e0

Please sign in to comment.