Skip to content

Commit

Permalink
Fix CI tests and general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tulugu committed Sep 15, 2023
1 parent 2df26e8 commit ae9d16a
Show file tree
Hide file tree
Showing 40 changed files with 926 additions and 860 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,13 @@ jobs:
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/integration_tests/all-up-test.sh MULTI_EXIT
run: bash scripts/integration_tests/all-up-test.sh MULTI_EXIT
integration-test-validate-contract:
needs: integration-test-five-nodes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/integration_tests/all-up-test.sh CONTRACT_TEST
78 changes: 30 additions & 48 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [
"althea_kernel_interface",
"settings",
"clu",
"exit_db",
"antenna_forwarding_client",
"antenna_forwarding_protocol",
"auto_bridge",
Expand Down
13 changes: 0 additions & 13 deletions exit_db/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions exit_db/diesel.toml

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions exit_db/migrations/00000000000000_diesel_initial_setup/up.sql

This file was deleted.

2 changes: 0 additions & 2 deletions exit_db/migrations/2019-02-22-214628_rita-setup/down.sql

This file was deleted.

18 changes: 0 additions & 18 deletions exit_db/migrations/2019-02-22-214628_rita-setup/up.sql

This file was deleted.

5 changes: 0 additions & 5 deletions exit_db/migrations/2022-05-18-184145_ipv6_migration/down.sql

This file was deleted.

10 changes: 0 additions & 10 deletions exit_db/migrations/2022-05-18-184145_ipv6_migration/up.sql

This file was deleted.

Loading

0 comments on commit ae9d16a

Please sign in to comment.