Skip to content

Commit

Permalink
Update rustbca_compile_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnyjt authored Oct 17, 2022
1 parent 93a1061 commit 76bfbd6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rustbca_compile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:
./a.out
- name: Test RustBCA
run: |
sudo cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d
cargo test --features cpr_rootfinder_netlib,hdf5_input,distributions,parry3d
- name: Run Examples
run: |
sudo cargo run --release 0D examples/boron_nitride_0D.toml
sudo ./target/release/RustBCA 0D examples/titanium_dioxide_0D.toml
sudo ./target/release/RustBCA 1D examples/layered_geometry_1D.toml
cargo run --release 0D examples/boron_nitride_0D.toml
./target/release/RustBCA 0D examples/titanium_dioxide_0D.toml
./target/release/RustBCA 1D examples/layered_geometry_1D.toml
cat 2000.0eV_0.0001deg_He_TiO2_Al_Sisummary.output
sudo ./target/release/RustBCA examples/boron_nitride.toml
sudo ./target/release/RustBCA examples/layered_geometry.toml
./target/release/RustBCA examples/boron_nitride.toml
./target/release/RustBCA examples/layered_geometry.toml
cat 2000.0eV_0.0001deg_He_TiO2_Al_Sisummary.output
sudo ./target/release/RustBCA SPHERE examples/boron_nitride_sphere.toml
sudo cargo run --release --features parry3d TRIMESH examples/tungsten_twist_trimesh.toml
./target/release/RustBCA SPHERE examples/boron_nitride_sphere.toml
cargo run --release --features parry3d TRIMESH examples/tungsten_twist_trimesh.toml

0 comments on commit 76bfbd6

Please sign in to comment.