Skip to content

build(deps): bump uuid from 1.3.4 to 1.4.0 #260

build(deps): bump uuid from 1.3.4 to 1.4.0

build(deps): bump uuid from 1.3.4 to 1.4.0 #260

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@v3
with:
fetch-depth: 0
- name: Test judge-client-3
run: |
cd mocktest
./test_run.sh
- name: Debug
if: always()
run: journalctl -b