Skip to content

refactor: Implement timestamp #1979

refactor: Implement timestamp

refactor: Implement timestamp #1979

Workflow file for this run

name: Run Warp Test
on: [push]
jobs:
cargo_test:
name: Warp Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y llvm-dev cmake libudev-dev
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: -p warp