t/zbd: avoid test case 31 failure with small devices
[fio.git] / ci / actions-smoke-test.sh
... / ...
CommitLineData
1#!/bin/bash
2# This script expects to be invoked from the base fio directory.
3set -eu
4
5main() {
6 echo "Running smoke tests..."
7 make test
8}
9
10main