Skip to content

Merge branch 'main' of github.com:gtnao0219/toydb into main #29

Merge branch 'main' of github.com:gtnao0219/toydb into main

Merge branch 'main' of github.com:gtnao0219/toydb into main #29

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run test
run: cargo test
timeout-minutes: 1