mirror of
https://github.com/librekeys/pico-fido.git
synced 2026-07-28 08:01:53 -07:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
source tests/docker_env.sh
|
|
run_in_docker ./tests/start-up-and-test.sh
|
|
|