Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit c6b2b9e

Browse files
author
Rett Berg
committed
use nightly for frontend only
1 parent 08fe3ec commit c6b2b9e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fn build_frontend() {
8383
let status = Command::new("cargo")
8484
.current_dir(FRONTEND.as_path())
8585
.args(&[
86+
"+nightly",
8687
"web",
8788
"deploy",
8889
"--release",

tests/data_raw_names.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
//! Unit/Fuzz Tests:
22
//! - #TST-unit.raw_name
33
//! - #TST-fuzz.raw_name
4+
extern crate ergo;
45
extern crate artifact_test;
6+
use ergo::*;
57
use artifact_test::artifact_data::raw_names::NamesRaw;
68
use artifact_test::raw_names::*;
79
use artifact_test::*;

0 commit comments

Comments
 (0)