Skip to content

Commit

Permalink
Merge branch 'master' into azure-pipeline
Browse files Browse the repository at this point in the history
quentinlesceller committed May 27, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0491096 + f179f02 commit 97509ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuckoo-miner/tests/miner.rs
Original file line number Diff line number Diff line change
@@ -159,6 +159,6 @@ fn mine_cuckaroo_mean_cpu_avx2_29() {
#[cfg(feature = "build-cuda-plugins")]
#[test]
fn mine_cuckaroo_cuda_29() {
let config = PluginConfig::new(mining_plugin_dir_for_tests(), "cuckatoo_cuda_29").unwrap();
let config = PluginConfig::new(mining_plugin_dir_for_tests(), "cuckaroo_cuda_29").unwrap();
mine_async_for_duration(&vec![config], 20);
}

0 comments on commit 97509ef

Please sign in to comment.