Skip to content

Commit

Permalink
Merge pull request #41 from mdcpp/issue-40
Browse files Browse the repository at this point in the history
Refactor Judger and introduce control over filesystem
  • Loading branch information
Eason0729 authored May 31, 2024
2 parents 9c690de + 7bcdbd4 commit 1452107
Show file tree
Hide file tree
Showing 114 changed files with 5,768 additions and 3,665 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/judger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: build nsjail
run: cd judger && just build-nsjail
- name: build rlua-54
run: cd judger && just release-docker
- name: build judger
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: mkdir -p backend/config && cargo test -p backend
- name: Run Frontend Unit Test
run: cargo test -p frontend
- name: Run Judger Unit Test
run: cargo test -p judger
- name: Lint
run: |
cargo fmt --all -- --check
Expand Down
Loading

0 comments on commit 1452107

Please sign in to comment.