Skip to content

Commit

Permalink
Merge pull request #17 from coilysiren/ci
Browse files Browse the repository at this point in the history
Adds CI
  • Loading branch information
coilysiren committed Nov 24, 2023
2 parents 57f9d4e + 7c4195f commit 358f476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: rust:1.74
steps:
- uses: actions/checkout@v3
- run: curl -sSf https://sh.rustup.rs | sh -s -- -y
- run: cargo build
2 changes: 0 additions & 2 deletions src/rust/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(extern_prelude, custom_attribute)]

#[macro_use]
extern crate cfg_if;
extern crate rand;
Expand Down

0 comments on commit 358f476

Please sign in to comment.