mirror of
https://github.com/polhenarejos/pico-fido.git
synced 2025-12-19 02:48:04 +08: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
|
|
|