Skip to content

build(deps): bump byte-unit from 5.1.2 to 5.1.4 #365

build(deps): bump byte-unit from 5.1.2 to 5.1.4

build(deps): bump byte-unit from 5.1.2 to 5.1.4 #365

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: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Test judge-client-3
run: |
cd mocktest
./test_run.sh
- name: Debug
if: always()
run: journalctl -b