Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 17, 2024
1 parent 5b8ad90 commit da715e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mono_repo/test/ensure_build_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
@Timeout.factor(4)
library;

import 'dart:io';

import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
test(
'ensure_build',
() => expectBuildClean(packageRelativeDirectory: 'mono_repo'),
skip: !Platform.version.contains('dev') ? 'Only run in release mode' : null,
);
}

0 comments on commit da715e6

Please sign in to comment.