Skip to content

Commit

Permalink
Disable CI runs for stable / beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Sep 23, 2022
1 parent d08e730 commit c9bc56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
toolchain:
- stable
- beta
# - stable
# - beta
- nightly
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Load MagicaVoxel .vox files into Rust
#![feature(let_chains)]

extern crate byteorder;
#[cfg(test)]
Expand Down Expand Up @@ -216,8 +217,6 @@ pub mod placeholder {

#[cfg(test)]
mod tests {
use std::collections::HashMap;

use super::*;
use avow::vec;

Expand Down

0 comments on commit c9bc56e

Please sign in to comment.