Skip to content

Commit

Permalink
feat: Add function to perform domain checks (#22)
Browse files Browse the repository at this point in the history
Add initial function to perform domain checks. We need better testing
around this and probably also need return more useful failure reasons.

I'll follow up later with a pr that adds mocking for the domains so we
can test all the cases.
  • Loading branch information
wedamija authored Jun 5, 2024
1 parent 131aefe commit 31b6e9e
Show file tree
Hide file tree
Showing 6 changed files with 1,886 additions and 86 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update
- name: Update cargo
run: cargo update
- name: Run Cargo Tests
run: cargo test
run: cargo test
Loading

0 comments on commit 31b6e9e

Please sign in to comment.