Skip to content

build(deps): bump clap from 4.4.8 to 4.4.10 #329

build(deps): bump clap from 4.4.8 to 4.4.10

build(deps): bump clap from 4.4.8 to 4.4.10 #329

Workflow file for this run

name: Test the package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test on Ubuntu
runs-on: ubuntu-22.04
steps:
- name: Prepare
run: chmod 755 $HOME
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test judge-client-3
run: |
cd mocktest
./test_run.sh
- name: Debug
if: always()
run: journalctl -b