Skip to content

Commit

Permalink
Merge pull request #17 from Start9Labs/feat/dockerfile
Browse files Browse the repository at this point in the history
Add Dockerfile and Rebase with upstream
  • Loading branch information
Dominion5254 authored Aug 15, 2024
2 parents 0879dd6 + 25ec884 commit 503198f
Show file tree
Hide file tree
Showing 13 changed files with 459 additions and 451 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Use old rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.1
toolchain: 1.48.0
override: true

- name: Build
run: cargo build --features=old_rust --verbose
run: cargo build --verbose
- name: Run tests
run: cargo test --features=old_rust --verbose
run: cargo test --verbose
Loading

0 comments on commit 503198f

Please sign in to comment.