Skip to content

src/agent/market_hours.rs: Add market hours format implementation #348

src/agent/market_hours.rs: Add market hours format implementation

src/agent/market_hours.rs: Add market hours format implementation #348

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check-out code
uses: actions/checkout@v2
- name: Build image
run: docker build -t agent .
- name: Run tests
run: docker run -v $PWD:/agent agent ./tests.sh