-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
20 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,33 +47,20 @@ jobs: | |
Xvfb :99 & | ||
sleep 3 | ||
openbox & | ||
cargo test --manifest-path relm-examples/Cargo.toml -- --nocapture | ||
cargo test -- --nocapture | ||
- name: "relm-derive: tests" | ||
run: | | ||
cargo test --manifest-path relm-derive/Cargo.toml -- --nocapture | ||
- name: "relm: test examples" | ||
- name: "relm-examples: tests" | ||
run: | | ||
Xvfb :99 & | ||
sleep 3 | ||
openbox & | ||
cargo test --manifest-path relm-examples/Cargo.toml --examples | ||
- name: "relm: test buttons-attribute example" | ||
run: | | ||
Xvfb :99 & | ||
sleep 3 | ||
openbox & | ||
cargo test --manifest-path relm-examples/examples/buttons-attribute/Cargo.toml | ||
- name: "relm: build http example" | ||
run: cargo build --manifest-path relm-examples/examples/http/Cargo.toml | ||
|
||
- name: "relm: build async example" | ||
run: cargo build --manifest-path relm-examples/examples/async/Cargo.toml | ||
|
||
- name: "relm: build webkit-test example" | ||
- name: "relm-examples: build webkit-test example" | ||
run: cargo build --manifest-path relm-examples/examples/webkit-test/Cargo.toml | ||
|
||
- uses: bcomnes/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
target | ||
/target | ||
Cargo.lock | ||
release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters