FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
diff_event_source/.github/workflows/rust.yml at main · developmeh/diff_event_source · GitHub
developmeh
/
diff_event_source
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
diff_event_source
/
.github
/
workflows
/
rust.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 316 Bytes
Breadcrumbs
diff_event_source
/
.github
/
workflows
/
rust.yml
Copy path
File metadata and controls
22 lines (17 loc) · 316 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name
:
Rust
on
:
push
:
branches
:
[ "main" ]
pull_request
:
branches
:
[ "main" ]
env
:
CARGO_TERM_COLOR
:
always
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Build
run
:
cargo build --verbose
-
name
:
Run tests
run
:
cargo test --verbose
Back
|
FazBrowse Home
|
New Git URL