Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Waldherr committed Feb 27, 2024
1 parent 6d07fc2 commit a77d735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test
6 changes: 0 additions & 6 deletions bwapi_wrapper/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ fn main() {
should_replace1();
should_replace2();

let host_target = std::env::var("HOST").unwrap();
std::env::set_var(
"BINDGEN_EXTRA_CLANG_ARGS",
format!("--target={}", host_target),
);

// The bindgen::Builder is the main entry point
// to bindgen, and lets you build up options for
// the resulting bindings.
Expand Down

0 comments on commit a77d735

Please sign in to comment.