Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Jun 1, 2023
1 parent 790d20c commit 35d9b71
Show file tree
Hide file tree
Showing 36 changed files with 786 additions and 159 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,23 @@ jobs:
continue-on-error: false
with:
command: clippy
integration-tests:
name: E2E Tests
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Checkout submodules
run: git submodule update --init --recursive
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run E2E Tests
run: cargo run -p test-runner
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ boot_node_addr.conf
data
*.swp
.vscode
poi-radio-e2e-tests
*.json
.DS_Store
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 35d9b71

Please sign in to comment.