Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Tests: Run OCF tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Dec 5, 2017
1 parent 87739ae commit 5616404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt-build/tasks/alias.js
Expand Up @@ -20,7 +20,7 @@ grunt.registerTask( "default", [ "test" ] );

grunt.registerTask( "test", [ "lint" ]
.concat( grunt.option( "ci" ) ? [ "testdist" ] : [] )
.concat( [ "testsuite", "iot-js-api:plain" ] ) );
.concat( [ "iot-js-api:plain", "testsuite" ] ) );

grunt.registerTask( "format", [ "esformatter", "clangformat" ] );

Expand Down

0 comments on commit 5616404

Please sign in to comment.