Skip to content

Commit

Permalink
Merge pull request #1 from JackThomson2/tidy-up
Browse files Browse the repository at this point in the history
Addressing comments in Flurry
  • Loading branch information
JackThomson2 authored Nov 18, 2022
2 parents ce34c6c + 927b0a0 commit 38fcd51
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 948 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
rust-version: stable
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --features nightly
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --features nightly
run: cargo test --verbose
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
Cargo.lock
Loading

0 comments on commit 38fcd51

Please sign in to comment.