Skip to content

Commit

Permalink
Removed the benchmarking feature wall. Changed the github actions con…
Browse files Browse the repository at this point in the history
…fig a bit
  • Loading branch information
datawater committed Jun 28, 2024
1 parent bbd6e37 commit ac6f513
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// TODO: Define and Write documentation for the CMBR Standard.
// TODO: Seperate the cli and libcmbr
#![allow(non_upper_case_globals)]
#![feature(test)]

mod cmbr;
mod eval_args;
Expand Down
2 changes: 0 additions & 2 deletions tests/pgn/ast.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#[cfg(feature = "benchmark")]
#[feature(test)]
extern crate test;

#[cfg(test)]
Expand Down
2 changes: 0 additions & 2 deletions tests/pgn/lex.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#[cfg(feature = "benchmark")]
#[feature(test)]
extern crate test;

#[cfg(test)]
Expand Down

0 comments on commit ac6f513

Please sign in to comment.