summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/jobs.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-09-04 19:13:53 -0400
committerGitHub <noreply@github.com>2019-09-04 19:13:53 -0400
commite66d7bae1cdf753d4106980fa35305a8375cb73a (patch)
treeaf969600f2c0256a62f4211cefa1132e50be63ee /tests/testsuite/jobs.rs
parent68754208c1fae976c71747fe87d8ab558922cd3f (diff)
ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)
Migrated CI from Azure Pipelines to GitHub Actions. Until the release process is figured out in Actions, we'll stick to using Azure pipelines for releases.
Diffstat (limited to 'tests/testsuite/jobs.rs')
-rw-r--r--tests/testsuite/jobs.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testsuite/jobs.rs b/tests/testsuite/jobs.rs
index 885684abb..b69e38035 100644
--- a/tests/testsuite/jobs.rs
+++ b/tests/testsuite/jobs.rs
@@ -1,8 +1,5 @@
use ansi_term::Color;
-use std::fs;
use std::io;
-use std::path::Path;
-use tempfile::TempDir;
use crate::common::{self, TestCommand};