Skip to content

Commit

Permalink
move files to their appropriate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Aug 22, 2024
1 parent fa7bc8d commit 813b972
Show file tree
Hide file tree
Showing 11 changed files with 577 additions and 1,427 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --manifest-path backend/Cargo.toml
- name: Run tests
run: cargo test --verbose
run: cargo test --manifest-path backend/Cargo.toml
4 changes: 0 additions & 4 deletions Cargo.toml

This file was deleted.

Loading

0 comments on commit 813b972

Please sign in to comment.