Skip to content
Snippets Groups Projects
ci-test.sh 51 B
#!/bin/bash

set -e

# Quad
(cd quad && make test)