Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
- windows-latest

toolchain:
- 1.82.0
- 1.88.0
- stable
- nightly

steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@v2
with:
just-version: 1.10.0
tool: just@1.40.0
- uses: Swatinem/rust-cache@v2
with:
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
Expand All @@ -58,7 +57,5 @@ jobs:
- name: Run pid1 tests
run: just test-init-image
if: runner.os == 'Linux'
- name: clippy
run: cargo clippy -- --deny "warnings"
- name: fmt
run: cargo fmt -- --check
- name: Lint
run: just lint
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.1.5

- Bump versions.
- Remove confusing non PID 1 log message.

# v0.1.4

- Add integration testing
Expand Down
129 changes: 85 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ Options:

## Development

The testing steps are documented in [Development.md](./Development.md). We have also
The testing steps are documented in [Development.md](./Development.md). We also have
integration tests for the same.
Loading
Loading